From: John Wolfe Date: Fri, 11 Dec 2020 05:05:49 +0000 (-0800) Subject: Common header file change not directly applicable to open-vm-tools. X-Git-Tag: stable-11.2.5~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=145b32d8cc02779adb5372a7845070eea52daeb4;p=thirdparty%2Fopen-vm-tools.git Common header file change not directly applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/vmware/tools/plugin.h b/open-vm-tools/lib/include/vmware/tools/plugin.h index 62d8d967e..3ccbeddb0 100644 --- a/open-vm-tools/lib/include/vmware/tools/plugin.h +++ b/open-vm-tools/lib/include/vmware/tools/plugin.h @@ -228,6 +228,14 @@ ToolsCore_LogState(guint level, */ #define TOOLS_CORE_PROP_CTX "tcs_app_ctx" +/** + * Event signaled when VMTools discovers a newer version is available. + * + * Name of the event that can be set to the notification event to + * indicate a new version of tools is available for install or upgrade. + */ +#define TOOLS_CORE_EVENTS_TOOLS_NEW_VERSION "VMToolsNewVersion" + /** * Event signaled when VMTools requires a system restart to complete an install. *