]> 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>
Tue, 6 Oct 2020 21:30:55 +0000 (14:30 -0700)
committerJohn Wolfe <jwolfe@vmware.com>
Tue, 6 Oct 2020 21:30:55 +0000 (14:30 -0700)
open-vm-tools/lib/include/log.h

index 9124707b69cb7b58edab302d2ab4008b851bdf51..bbb315a8af740b033a266d0f46c3a2deca02bb6b 100644 (file)
@@ -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);