]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Common header file change not applicable to open-vm-tools.
authorJohn Wolfe <jwolfe@vmware.com>
Fri, 20 Nov 2020 16:37:30 +0000 (08:37 -0800)
committerJohn Wolfe <jwolfe@vmware.com>
Fri, 20 Nov 2020 16:37:30 +0000 (08:37 -0800)
open-vm-tools/lib/include/log.h

index cdf1476af5ce9604853be617203c3555ea694475..129458286f1c6f8819abd6b6b17ccba3ab4e8168 100644 (file)
@@ -317,11 +317,18 @@ Log_NewCustomOutput(const char *instanceName,
                     LogCustomMsgFunc *msgFunc,
                     int minLogLevel);
 
+#if defined(VMX86_SERVER)
 LogOutput *
 Log_NewEsxKernelLogOutput(const char *appPrefix,
                           struct Dictionary *params,
                           struct CfgInterface *cfgIf);
 
+LogOutput *
+Log_NewCrxSyslogOutput(const char *appPrefix,
+                       struct Dictionary *params,
+                       struct CfgInterface *cfgIf);
+#endif
+
 Bool
 Log_FreeOutput(LogOutput *toOutput);