]> 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 Sep 2020 19:11:02 +0000 (12:11 -0700)
committerJohn Wolfe <jwolfe@vmware.com>
Fri, 11 Sep 2020 19:11:02 +0000 (12:11 -0700)
open-vm-tools/lib/include/vmware/tools/plugin.h

index deefd1f3df19c99bd6c3a12e1dba19f7739df687..48d2f36b43d266bcfdb350e741b7e26a70fe80c6 100644 (file)
@@ -1,5 +1,5 @@
 /*********************************************************
- * Copyright (C) 2008-2019 VMware, Inc. All rights reserved.
+ * Copyright (C) 2008-2019,2020 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
@@ -228,6 +228,18 @@ ToolsCore_LogState(guint level,
  */
 #define TOOLS_CORE_PROP_CTX "tcs_app_ctx"
 
+/**
+ * Event signaled when VMTools requires a system restart to complete an install.
+ *
+ * Name of the event that can be set to the notification event to
+ * indicate a system restart is required to complete the install or
+ * upgrade of tools.
+ */
+#define TOOLS_CORE_EVENTS_TOOLS_NEED_REBOOT "VMToolsNeedReboot"
+
+#define TOOLS_CORE_EVENTS_GLOBAL_SCOPE      "Global"
+
+
 
 /**
  * This enum lists all API versions that different versions of vmtoolsd support.