]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Common header file change not directly related to open-vm-tools.
authorJohn Wolfe <jwolfe@vmware.com>
Mon, 4 Apr 2022 19:58:41 +0000 (12:58 -0700)
committerJohn Wolfe <jwolfe@vmware.com>
Mon, 4 Apr 2022 19:58:41 +0000 (12:58 -0700)
open-vm-tools/lib/include/log.h

index 1e9f8534c6787c738bb56aa826aedd07389614ae..ddb063ea8166628170a8aee97ca53931478f6840 100644 (file)
@@ -731,12 +731,12 @@ Log_OffsetUtc(void);
  */
 
 typedef struct {
-   Bool        throttled;
-   uint32      throttleThreshold;
-   uint32      throttleBPS;
+   uint64      throttleThreshold;
    uint64      bytesLogged;
-   VmTimeType  lastSampleTime;
    uint64      lastBytesSample;
+   VmTimeType  lastTimeSample;
+   uint32      throttleBPS;
+   Bool        throttled;
 } LogThrottleInfo;
 
 Bool