From: Vincent Hanquez Date: Thu, 20 Aug 2009 08:29:07 +0000 (+0100) Subject: xenvm default the monitor on dbus instead of json. X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=fee25d8b33a441f4d0dc347e8b2da571953ce310;p=xenclient%2Ftoolstack.git xenvm default the monitor on dbus instead of json. use "--monitor-dbus false --monitor-json true" in xenvm cmdline to go back to the previous behaviour. --- diff --git a/xenvm/xenvm.ml b/xenvm/xenvm.ml index 4714e2d..4f9ec72 100644 --- a/xenvm/xenvm.ml +++ b/xenvm/xenvm.ml @@ -887,9 +887,9 @@ let () = let config_errors = ref [] in let uuid = ref "" in let daemonize = ref true in - let monitor_dbus = ref false in + let monitor_dbus = ref true in let monitor_dbus_session = ref false in - let monitor_json = ref true in + let monitor_json = ref false in let usage_msg = sprintf "usage: %s [--config ] [--uuid ] [-deprecated]" Sys.argv.(0) in Arg.parse [