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

index 5e5c78f871ed509ff1bd35f00f867e6a538d3e85..d5e2e4990fc1e8530ca4422b77bae8a6c1c936ba 100644 (file)
@@ -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);