From: VMware, Inc <> Date: Thu, 27 Oct 2011 18:32:44 +0000 (-0700) Subject: Changes in shared code that don't affect open-vm-tools functionality. X-Git-Tag: 2011.10.26-514583~32 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=773012d84d01f47b954671ca722cefb56b83b77b;p=thirdparty%2Fopen-vm-tools.git Changes in shared code that don't affect open-vm-tools functionality. Signed-off-by: Marcelo Vanzin --- diff --git a/open-vm-tools/lib/include/log.h b/open-vm-tools/lib/include/log.h index afc6c7bd9..df71e210c 100644 --- a/open-vm-tools/lib/include/log.h +++ b/open-vm-tools/lib/include/log.h @@ -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,