From: John Wolfe Date: Thu, 4 Feb 2021 17:57:03 +0000 (-0800) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-11.3.0~161 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce4ad3f984f4926d75888360b58b1b9b5637528d;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 4b876bd76..4c5685f04 100644 --- a/open-vm-tools/lib/include/vmware/guestrpc/tclodefs.h +++ b/open-vm-tools/lib/include/vmware/guestrpc/tclodefs.h @@ -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.