From: VMware, Inc <> Date: Tue, 24 Aug 2010 18:25:50 +0000 (-0700) Subject: Changes in shared code that don't affect open-vm-tools functionality. X-Git-Tag: 2010.08.24-292196~43 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=692dba69d25ae9f40c8b22281f07d0e52b2a0875;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 d9aa1457e..5e5c78f87 100644 --- a/open-vm-tools/lib/include/log.h +++ b/open-vm-tools/lib/include/log.h @@ -60,12 +60,17 @@ typedef struct const char *suffix; // Suffix to generate log file name const char *appName; // App name for log header const char *appVersion; // App version for log header + Bool logging; // Logging is enabled or not Bool append; // Append to log file + Bool switchFile; // Switch the initial log file + Bool useThreadName; // Thread name on log line + Bool useTimeStamp; // Use a log line time stamp + Bool useMilliseconds; // Show milliseconds in time stamp + unsigned int keepOld; // Number of old logs to keep unsigned int throttleThreshold; // Threshold for throttling unsigned int throttleBytesPerSec; // BPS for throttle - Bool switchFile; // Switch the initial log file unsigned int rotateSize; // Size at which log should be rotated SysLogger systemLoggerUse; // System logger options