]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Common header file change not directly applicable to open-vm-tools.
authorJohn Wolfe <jwolfe@vmware.com>
Fri, 11 Dec 2020 05:05:49 +0000 (21:05 -0800)
committerJohn Wolfe <jwolfe@vmware.com>
Fri, 11 Dec 2020 05:05:49 +0000 (21:05 -0800)
open-vm-tools/lib/include/vmware/tools/plugin.h

index 62d8d967e843bd80e25f93f88e24b994ee73dc31..3ccbeddb0ad6ce365c2db1e2e2510649599fb388 100644 (file)
@@ -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.
  *