From: John Wolfe Date: Fri, 11 Sep 2020 19:11:02 +0000 (-0700) Subject: Common header file change not directly applicable to open-vm-tools. X-Git-Tag: stable-11.2.0~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16f81450b4820a4634dfefbaea222dda161e445c;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 deefd1f3d..48d2f36b4 100644 --- a/open-vm-tools/lib/include/vmware/tools/plugin.h +++ b/open-vm-tools/lib/include/vmware/tools/plugin.h @@ -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.