]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Common header file change not directly applicable to open-vm-tools.
authorJohn Wolfe <jwolfe@vmware.com>
Tue, 18 Aug 2020 14:14:11 +0000 (07:14 -0700)
committerJohn Wolfe <jwolfe@vmware.com>
Tue, 18 Aug 2020 14:14:11 +0000 (07:14 -0700)
open-vm-tools/lib/include/log.h

index c82cfb1d3719b7a1bf9a51e878a397243be6dd7e..1e3ca5b79bc8696a80f1555e748ce2bea252f4b0 100644 (file)
@@ -455,6 +455,11 @@ void Log_Histogram(uint32 n,
                    int *count,
                    int limit);
 
+typedef Bool (GetOpId)(size_t maxStringLen,
+                       char *opId);
+
+void Log_RegisterOpIdFunction(GetOpId *getOpIdFunc);
+
 #endif /* !VMM */
 
 #if defined(__cplusplus)