From: Kruti Pendharkar Date: Fri, 17 Oct 2025 04:25:48 +0000 (-0700) Subject: Change to common header file not applicable to open-vm-tools. X-Git-Tag: stable-13.1.0~72 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7c5076843891bb612ec7aaf8e685b6947bc6e906;p=thirdparty%2Fopen-vm-tools.git Change to common header file 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 e13fc136b..89aff1429 100644 --- a/open-vm-tools/lib/include/vmware/guestrpc/tclodefs.h +++ b/open-vm-tools/lib/include/vmware/guestrpc/tclodefs.h @@ -94,7 +94,6 @@ #define AUTOUPGRADE_POWERON_POLICY_CMD "vmx.autoupgrade.poweron_policy" #define AUTOUPGRADE_BEGIN_CMD "upgrader.setGuestFileRoot" - /* More upgrader commands. */ #define GUEST_UPGRADER_SEND_CMD_LINE_ARGS "guest.upgrader_send_cmd_line_args" @@ -103,6 +102,12 @@ #define TOOLINSTALL_END_CMD "toolinstall.end" #define TOOLINSTALL_REBOOTCOMPONENTS_CMD "toolinstall.needRebootComponents" +/** + * The guest Variable name for the VMTools Windows installer error code. + */ +#define INSTALL_CODE_GUESTVAR_KEY "toolsInstallErrCode" +#define INSTALL_CODE_GUESTINFO_KEY "guestinfo." INSTALL_CODE_GUESTVAR_KEY + /* * GuestStore Upgrade commands. */