]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Changes in shared code that don't affect open-vm-tools functionality.
authorVMware, Inc <>
Mon, 26 Sep 2011 19:50:24 +0000 (12:50 -0700)
committerMarcelo Vanzin <mvanzin@vmware.com>
Mon, 26 Sep 2011 19:50:24 +0000 (12:50 -0700)
Signed-off-by: Marcelo Vanzin <mvanzin@vmware.com>
open-vm-tools/lib/include/log.h

index 89745c6b5d6e52531eb2146b4cb797a1e9e4f6b1..f97a57646317573fc71272aeb906ba7de40f88a2 100644 (file)
@@ -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,