forked from localhorst/reHDD
update shred metric in main thread instead of shred thread
This commit is contained in:
@ -27,6 +27,7 @@ public:
|
||||
time_t u32ShredTimeDelta;
|
||||
std::chrono::time_point<std::chrono::system_clock> chronoShredTimestamp;
|
||||
unsigned long ulWrittenBytes;
|
||||
unsigned long ulSpeedMetricBytesWritten;
|
||||
} sShredSpeed;
|
||||
|
||||
bool bWasShredded = false;
|
||||
|
Reference in New Issue
Block a user