]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Header file change for tools logging improvements for VMware Managed Cloud.
authorOliver Kurth <okurth@vmware.com>
Tue, 5 Jun 2018 22:47:32 +0000 (15:47 -0700)
committerOliver Kurth <okurth@vmware.com>
Tue, 5 Jun 2018 22:47:32 +0000 (15:47 -0700)
open-vm-tools/lib/include/log.h

index e916c86a8430c8aef22a0fcfa74cedd0a1845760..8b9a34eca6bab9807c277dc684525417868ef22f 100644 (file)
@@ -319,6 +319,8 @@ Log_InitWithSyslogSimple(const char *syslogID,
    return Log_InitWithSyslogSimpleInt(appPrefix, Log_CfgInterface(), syslogID);
 }
 
+char *Log_SyslogHash(const char *configPath);
+
 LogOutput *Log_InitWithStdioSimpleInt(const char *appPrefix,
                                       struct CfgInterface *cfgIf,
                                       const char *minLevel,