From: John Wolfe Date: Mon, 4 Apr 2022 19:58:41 +0000 (-0700) Subject: Common header file change not directly related to open-vm-tools. X-Git-Tag: stable-12.1.0~100 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8665272146a9302faf16c98992f57d5cce6530bc;p=thirdparty%2Fopen-vm-tools.git Common header file change not directly related to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/log.h b/open-vm-tools/lib/include/log.h index 1e9f8534c..ddb063ea8 100644 --- a/open-vm-tools/lib/include/log.h +++ b/open-vm-tools/lib/include/log.h @@ -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