This commit is contained in:
2025-12-12 22:31:44 +01:00
parent 28395797ab
commit 8853eb08a1

View File

@ -236,7 +236,7 @@ void reHDD::ThreadUserInput()
}
/**
* \brief start shred for all drives
* \brief print all shredded drives
* \param pointer of list <Drive>* plistDrives
* \return void
*/
@ -252,6 +252,11 @@ void reHDD::printAllDrives(list<Drive> *plistDrives)
mxDrives.unlock();
}
/**
* \brief print a shredded drives
* \param pointer of a drive
* \return void
*/
void reHDD::printDrive(Drive *const pDrive)
{
if (pDrive->bWasShredded)