]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Change to common header file not applicable to open-vm-tools.
authorKaty Feng <fkaty@vmware.com>
Tue, 22 Aug 2023 18:11:42 +0000 (11:11 -0700)
committerKaty Feng <fkaty@vmware.com>
Tue, 22 Aug 2023 18:11:42 +0000 (11:11 -0700)
open-vm-tools/lib/include/log.h

index 2d3369a8a0cce380c84d21f7d4eac6c307458faf..76566526803f81850173746a4abaed83c79bce55 100644 (file)
@@ -1,5 +1,5 @@
 /*********************************************************
- * Copyright (C) 1998-2022 VMware, Inc. All rights reserved.
+ * Copyright (C) 1998-2023 VMware, Inc. All rights reserved.
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as published
@@ -402,6 +402,7 @@ Log_NewCustomOutput(const char *instanceName,
 typedef struct {
    uint8 level;
    Bool  additionalLine;
+   size_t msgLen;
    char  timeStamp[64];
    char  threadName[32];
    char  opID[LOG_MAX_OPID_LENGTH + 1];  // Will be empty string on hosted products