add new flag

This commit is contained in:
2024-06-23 11:30:25 +02:00
parent 5d2094939b
commit 1e545993b0
3 changed files with 3 additions and 1 deletions

View File

@ -34,6 +34,7 @@ public:
} sShredSpeed;
bool bWasShredded = false; // all shred iterations done
bool bWasShredStarted = false; // shred was atleast once started
bool bWasChecked = false; // all shred iterations and optional checking done
bool bWasDeleted = false;
bool bIsOffline = false;