From: VMware, Inc <> Date: Tue, 24 Aug 2010 18:30:42 +0000 (-0700) Subject: Changes in shared code that don't affect open-vm-tools functionality. X-Git-Tag: 2010.08.24-292196~35 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fbf80980d4d9a61b02ef00bbcbd45e3d7938b8b7;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 5e5c78f87..d5e2e4990 100644 --- a/open-vm-tools/lib/include/log.h +++ b/open-vm-tools/lib/include/log.h @@ -104,6 +104,10 @@ void Log_UpdateState(Bool enable, size_t rotateSize, Bool fastRotation); +void Log_UpdatePerLine(Bool perLineTimeStamps, + Bool perLineMilliseconds, + Bool perLineThreadNames); + void Log_Exit(void); void Log_SetConfigDir(const char *configDir); void Log_WriteLogFile(const char *msg);