]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Changes in shared code that don't affect open-vm-tools functionality.
authorVMware, Inc <>
Thu, 27 Oct 2011 18:32:44 +0000 (11:32 -0700)
committerMarcelo Vanzin <mvanzin@vmware.com>
Thu, 27 Oct 2011 18:32:44 +0000 (11:32 -0700)
Signed-off-by: Marcelo Vanzin <mvanzin@vmware.com>
open-vm-tools/lib/include/log.h

index afc6c7bd91b566dd9fa1b113b3842cecf2beb7a7..df71e210c1c5a7ae059902f141672b3733786e84 100644 (file)
@@ -155,8 +155,8 @@ Log_Trivia(const char *fmt,
 /* Forward decl */
 struct MsgList;
 
-typedef void (LogOutputFunc)(int level,
-                             const char *msg);
+typedef void (LogOverrideFunc)(int level,
+                               const char *msg);
 
 
 typedef enum {
@@ -235,7 +235,7 @@ Bool Log_CopyFile(const char *fileName,
                   struct MsgList **errs);
 uint32 Log_MaxLineLength(void);
 
-void Log_RegisterOutputFunction(LogOutputFunc *func);
+void Log_OverrideFunction(LogOverrideFunc *func);
 
 Bool Log_SetOutput(const char *fileName,
                    const char *config,