]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Change to common header file not applicable to open-vm-tools.
authorKruti Pendharkar <kp025370@broadcom.com>
Fri, 17 Oct 2025 04:25:48 +0000 (21:25 -0700)
committerKruti Pendharkar <kp025370@broadcom.com>
Fri, 17 Oct 2025 04:25:48 +0000 (21:25 -0700)
open-vm-tools/lib/include/vmware/guestrpc/tclodefs.h

index 3cd709462ff052a493b16d94c1811485729f6d52..e13fc136b4ece83bef66b47eeed60dec22071d0a 100644 (file)
@@ -1,5 +1,6 @@
 /*********************************************************
- * Copyright (c) 2009-2021 VMware, Inc. All rights reserved.
+ * Copyright (c) 2009-2025 Broadcom. All Rights Reserved.
+ * The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as published
 #define AUTOUPGRADE_AVAILABLE_CMD       "vmx.capability.tools_is_upgradable"
 #define AUTOUPGRADE_START_CMD           "guest.initiateAutoUpgrade"
 #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"
 
+#define TOOLINSTALL_INSTALLER_ACTIVE_CMD  "toolinstall.installerActive"
+#define TOOLINSTALL_IMAGE_INSERTED_CMD    "toolinstall.is_image_inserted"
+#define TOOLINSTALL_END_CMD               "toolinstall.end"
+#define TOOLINSTALL_REBOOTCOMPONENTS_CMD  "toolinstall.needRebootComponents"
+
 /*
  * GuestStore Upgrade commands.
  */