]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Common header file change not applicable to open-vm-tools.
authorOliver Kurth <okurth@vmware.com>
Mon, 3 Jun 2019 20:39:44 +0000 (13:39 -0700)
committerOliver Kurth <okurth@vmware.com>
Mon, 3 Jun 2019 20:39:44 +0000 (13:39 -0700)
open-vm-tools/lib/include/log.h

index 11cf48075c41701c34979624f8377f28df4b72cf..a5b10b87ce16c662fcbd26fa1f9585de654b189a 100644 (file)
@@ -1,5 +1,5 @@
 /*********************************************************
- * Copyright (C) 1998-2018 VMware, Inc. All rights reserved.
+ * Copyright (C) 1998-2019 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
@@ -186,7 +186,9 @@ struct CfgInterface;
  * 'droppedChars' from the struct instead within LogFile.
  */
 typedef struct {
-   uint64*     droppedChars;
+   uint64 *numTimesDrop; // total time char dropped
+   uint64 *droppedChars; // Number of drop char
+   uint64 *bytesLogged;  // Total logged
 } VmxStatsInfo;