From: John Wolfe Date: Tue, 18 Aug 2020 14:14:11 +0000 (-0700) Subject: Common header file change not directly applicable to open-vm-tools. X-Git-Tag: stable-11.2.0~66 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fac536ee236d87e779a323bc99e6f5c66550abf8;p=thirdparty%2Fopen-vm-tools.git Common header file change not directly applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/log.h b/open-vm-tools/lib/include/log.h index c82cfb1d3..1e3ca5b79 100644 --- a/open-vm-tools/lib/include/log.h +++ b/open-vm-tools/lib/include/log.h @@ -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)