From: VMware, Inc <> Date: Mon, 21 May 2012 22:26:50 +0000 (-0700) Subject: Changes in shared code that don't affect open-vm-tools functionality. X-Git-Tag: 2012.05.21-724730~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d9ec8a96c58da298ff418acb4384e782719ddadb;p=thirdparty%2Fopen-vm-tools.git Changes in shared code that don't affect open-vm-tools functionality. Signed-off-by: Dmitry Torokhov --- diff --git a/open-vm-tools/lib/include/log.h b/open-vm-tools/lib/include/log.h index 3ff529a3f..c17119d68 100644 --- a/open-vm-tools/lib/include/log.h +++ b/open-vm-tools/lib/include/log.h @@ -168,6 +168,7 @@ typedef struct Bool fastRotation; // ESX log rotation optimization Bool preventRemove; // prevent Log_RemoveFile(FALSE) Bool syncAfterWrite; // Sync after a write. Expensive! + Bool systemAreaTemp; // temp logs to system/user area int32 stderrMinLevel; // This level and above to stderr int32 logMinLevel; // This level and above to log