]> 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>
Thu, 4 Feb 2021 17:57:03 +0000 (09:57 -0800)
committerJohn Wolfe <jwolfe@vmware.com>
Thu, 4 Feb 2021 17:57:03 +0000 (09:57 -0800)
open-vm-tools/lib/include/vmware/guestrpc/tclodefs.h

index 4b876bd76fd76c17b42cfb351f4146de61e39337..4c5685f04fb0d10f6a20c4e56630afa0acacf9f8 100644 (file)
@@ -1,5 +1,5 @@
 /*********************************************************
- * Copyright (C) 2009-2020 VMware, Inc. All rights reserved.
+ * Copyright (C) 2009-2021 VMware, Inc. All rights reserved.
  *
  * 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
@@ -53,6 +53,9 @@
 /** Reply from the guest when the command is not recognized. */
 #define GUEST_RPC_UNKNOWN_COMMAND "Unknown Command"
 
+/** Reply from host when the option is disabled. */
+#define GUEST_RPC_DISABLED_OPTION "disabled"
+
 #define GUESTRPC_TCLO_VSOCK_LISTEN_PORT      975
 #define GUESTRPC_RPCI_VSOCK_LISTEN_PORT      976
 
@@ -70,6 +73,7 @@
 #define TOOLSOPTION_GUEST_LOG_LEVEL               "guestLogLevel"
 #define TOOLSOPTION_ENABLE_APPINFO                "enableAppInfo"
 #define TOOLSOPTION_ENABLE_GUESTSTORE_ACCESS      "enableGuestStoreAccess"
+#define TOOLSOPTION_ENABLE_DEVICEHELPER           "enableDeviceHelper"
 
 /*
  * Auto-upgrade commands.