From: John Wolfe Date: Fri, 26 Mar 2021 03:21:18 +0000 (-0700) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-11.3.0~92 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=244e5bad740fa06eb40c48a7973ae8c519106019;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 037f53ea9..c10f25325 100644 --- a/open-vm-tools/lib/include/vmware/guestrpc/tclodefs.h +++ b/open-vm-tools/lib/include/vmware/guestrpc/tclodefs.h @@ -81,6 +81,9 @@ #define DEVICEHELPER_CONFIG_DONE_CMD "guest.deviceHelper.config_done" +#define DEVICEHELPER_CONFIG_STATUS_SUCCESS 1 +#define DEVICEHELPER_CONFIG_STATUS_FAILURE 0 + /* * Auto-upgrade commands. */