]> 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>
Mon, 5 Apr 2021 16:01:43 +0000 (09:01 -0700)
committerJohn Wolfe <jwolfe@vmware.com>
Mon, 5 Apr 2021 16:01:43 +0000 (09:01 -0700)
open-vm-tools/lib/include/log.h

index 4a7836e8e8151a23c747ec27784cc87450e20811..5678b7bc27c26bafc52ecfdb21f3deb9a87559fa 100644 (file)
@@ -400,7 +400,7 @@ typedef struct {
    Bool  additionalLine;
    char  timeStamp[64];
    char  threadName[32];
-   char  opID[132];  // Will be empty string on hosted products
+   char  opID[LOG_MAX_OPID_LENGTH + 1];  // Will be empty string on hosted products
 } LogLineMetadata;
 
 typedef void (LogCustomMsgFuncEx)(const LogLineMetadata * const metadata,