]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Common header file change not applicable to open-vm-tools.
authorJohn Wolfe <jwolfe@vmware.com>
Tue, 6 Oct 2020 21:30:54 +0000 (14:30 -0700)
committerJohn Wolfe <jwolfe@vmware.com>
Tue, 6 Oct 2020 21:30:54 +0000 (14:30 -0700)
open-vm-tools/lib/include/vmware/guestrpc/tclodefs.h

index 3a7e1703886c16bb3e520056f8334abb36800db4..919fa1ee5c127d19c1aca4ce361166aad0a1d207 100644 (file)
  * 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.
  */