From: John Wolfe Date: Fri, 20 Nov 2020 16:37:30 +0000 (-0800) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-11.3.0~230 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52bc97aa454ca2140ea62e6421f56c61d6954cf4;p=thirdparty%2Fopen-vm-tools.git Common header file change not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/log.h b/open-vm-tools/lib/include/log.h index cdf1476af..129458286 100644 --- a/open-vm-tools/lib/include/log.h +++ b/open-vm-tools/lib/include/log.h @@ -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);