From: VMware, Inc <> Date: Wed, 26 Jan 2011 01:58:59 +0000 (-0800) Subject: Changes in shared code that don't affect open-vm-tools functionality. X-Git-Tag: 2011.01.24-354108~17 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=de0fa33d87bc8acef201c29d6b2ecd1cde5e0711;p=thirdparty%2Fopen-vm-tools.git Changes in shared code that don't affect open-vm-tools functionality. Signed-off-by: Marcelo Vanzin --- diff --git a/open-vm-tools/lib/include/vmware/guestrpc/tclodefs.h b/open-vm-tools/lib/include/vmware/guestrpc/tclodefs.h index aef2f9677..2974aa5ab 100644 --- a/open-vm-tools/lib/include/vmware/guestrpc/tclodefs.h +++ b/open-vm-tools/lib/include/vmware/guestrpc/tclodefs.h @@ -68,6 +68,9 @@ #define AUTOUPGRADE_AVAILABLE_CMD "vmx.capability.tools_is_upgradable" #define AUTOUPGRADE_START_CMD "guest.initiateAutoUpgrade" +/* More upgrader commands. */ +#define GUEST_UPGRADER_SEND_CMD_LINE_ARGS "guest.upgrader_send_cmd_line_args" + /* * Shrink commands. */