From: VMware, Inc <> Date: Mon, 26 Sep 2011 19:50:24 +0000 (-0700) Subject: Changes in shared code that don't affect open-vm-tools functionality. X-Git-Tag: 2011.09.23-491607~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0eb6bdbefb9d4aa1b8e8e518127563ea9deb7a88;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 89745c6b5..f97a57646 100644 --- a/open-vm-tools/lib/include/log.h +++ b/open-vm-tools/lib/include/log.h @@ -249,6 +249,12 @@ size_t Log_MakeTimeString(Bool millisec, char *buf, size_t max); +typedef Bool (LogOwnerFunc)(void *userData, + const char *fileName); + +Bool Log_BoundNumFiles(LogOwnerFunc *func, + void *userData); + /* Logging that uses the custom guest throttling configuration. */ void GuestLog_Init(void); void GuestLog_Log(const char *fmt,