From: John Wolfe Date: Tue, 6 Oct 2020 21:30:54 +0000 (-0700) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-11.3.0~305 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6f81f00fcfbc602838b48feca9f85da2847cf59;p=thirdparty%2Fopen-vm-tools.git Common header file change not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/vmware/guestrpc/tclodefs.h b/open-vm-tools/lib/include/vmware/guestrpc/tclodefs.h index 3a7e17038..919fa1ee5 100644 --- a/open-vm-tools/lib/include/vmware/guestrpc/tclodefs.h +++ b/open-vm-tools/lib/include/vmware/guestrpc/tclodefs.h @@ -74,12 +74,20 @@ * Auto-upgrade commands. */ -#define AUTOUPGRADE_AVAILABLE_CMD "vmx.capability.tools_is_upgradable" -#define AUTOUPGRADE_START_CMD "guest.initiateAutoUpgrade" +#define AUTOUPGRADE_AVAILABLE_CMD "vmx.capability.tools_is_upgradable" +#define AUTOUPGRADE_START_CMD "guest.initiateAutoUpgrade" +#define AUTOUPGRADE_POWERON_POLICY_CMD "vmx.autoupgrade.poweron_policy" /* More upgrader commands. */ #define GUEST_UPGRADER_SEND_CMD_LINE_ARGS "guest.upgrader_send_cmd_line_args" +/* + * GuestStore Upgrade commands. + */ + +#define GSUPGRADE_START_CMD "guestStoreUpgrade.start" +#define GSUPGRADE_CANCEL_CMD "guestStoreUpgrade.cancel" + /* * Shrink commands. */