From: John Wolfe Date: Tue, 6 Oct 2020 21:30:55 +0000 (-0700) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-11.3.0~299 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84d87f789f8d93e5d265afe4288a6111c90341c4;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 9124707b6..bbb315a8a 100644 --- a/open-vm-tools/lib/include/log.h +++ b/open-vm-tools/lib/include/log.h @@ -309,6 +309,11 @@ Log_NewCustomOutput(const char *instanceName, LogCustomMsgFunc *msgFunc, int minLogLevel); +LogOutput * +Log_NewEsxKernelLogOutput(const char *appPrefix, + struct Dictionary *params, + struct CfgInterface *cfgIf); + Bool Log_FreeOutput(LogOutput *toOutput);