From: Oliver Kurth Date: Wed, 3 Jul 2019 21:26:54 +0000 (-0700) Subject: Common header file change not directly applicable to open-vm-tools. X-Git-Tag: stable-11.0.0~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fe237da4894488e9cb0fccdec1f0d8180998a24;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/conf.h b/open-vm-tools/lib/include/conf.h index 418737259..c494a8e2c 100644 --- a/open-vm-tools/lib/include/conf.h +++ b/open-vm-tools/lib/include/conf.h @@ -54,6 +54,42 @@ #define CONFNAME_HIDETOOLSVERSION "hide-tools-version" #define CONFNAME_DISABLEPMTIMERWARNING "disable-pmtimerwarning" +/* + ****************************************************************************** + * BEGIN AppInfo goodies. + */ + +/** + * Defines the string used for the AppInfo config file group. + */ +#define CONFGROUPNAME_APPINFO "appinfo" + +/** + * Define a custom AppInfo poll interval (in seconds). + * + * @note Illegal values result in a @c g_warning and fallback to the default + * poll interval. + * + * @param int User-defined poll interval. Set to 0 to disable polling. + */ +#define CONFNAME_APPINFO_POLLINTERVAL "poll-interval" + +/** + * Defines the configuration to publish the application information or not. + * + * @note Illegal values result in a @c g_warning and fallback to the default + * value. + * + * @param boolean Set to TRUE to disable publishing. + * Set to FALSE to enable publishing. + */ +#define CONFNAME_APPINFO_DISABLED "disabled" + +/* + * END AppInfo goodies. + ****************************************************************************** + */ + /* ******************************************************************************