forked from localhorst/reHDD
added feature to start shredding for all drives
This commit is contained in:
@ -22,12 +22,13 @@ public:
|
||||
FROZEN
|
||||
} state;
|
||||
|
||||
struct {
|
||||
struct
|
||||
{
|
||||
time_t u32ShredTimeDelta;
|
||||
std::chrono::time_point<std::chrono::system_clock> chronoShredTimestamp;
|
||||
unsigned long ulWrittenBytes;
|
||||
} sShredSpeed;
|
||||
|
||||
|
||||
bool bWasShredded = false;
|
||||
bool bWasDeleteted = false;
|
||||
bool bIsOffline = false;
|
||||
|
Reference in New Issue
Block a user