dummy code for shredding static selected drive

This commit is contained in:
2022-08-19 18:38:02 +02:00
parent 9863c5591e
commit 42668e54d2
6 changed files with 28 additions and 448 deletions

View File

@ -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;