]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Common header file change not applicable to open-vm-tools.
authorJohn Wolfe <jwolfe@vmware.com>
Tue, 27 Jul 2021 17:37:24 +0000 (10:37 -0700)
committerJohn Wolfe <jwolfe@vmware.com>
Tue, 27 Jul 2021 17:37:24 +0000 (10:37 -0700)
open-vm-tools/lib/include/log.h

index ba6f2d734621b658630e75ebb328439997fdafa2..1df9ac6c35c1eea5c4981fe6629c17660ef98828 100644 (file)
@@ -626,12 +626,12 @@ Log_MakeTimeString(Bool millisec,
                    char *buf,
                    size_t max);
 
-typedef Bool (LogOwnerFunc)(void *userData,
-                            const char *fileName);
+typedef Bool (LogMayDeleteFunc)(void *userData,
+                                const char *fileName);
 
 Bool
 Log_BoundNumFiles(const LogOutput *output,
-                  LogOwnerFunc *func,
+                  LogMayDeleteFunc *mayDeleteFunc,
                   void *userData);
 
 typedef struct {