release of Beta 0.2.0
This commit is contained in:
@ -75,9 +75,7 @@ void reHDD::app_logic(void)
|
||||
Logger::logThis()->info("got progress signal from a shred task");
|
||||
#endif
|
||||
}
|
||||
//mxScannDrives.lock();
|
||||
ui->updateTUI(&listDrives, u8SelectedEntry);
|
||||
//mxScannDrives.unlock();
|
||||
} //endless loop
|
||||
thDevices.join();
|
||||
thUserInput.join();
|
||||
@ -286,7 +284,7 @@ void reHDD::filterNewDrives(list <Drive>* plistOldDrives, list <Drive>* plistNew
|
||||
|
||||
/**
|
||||
* \brief search attached drives on /dev/sd*
|
||||
* \param pointer of vector <Drive>* pvecDrives
|
||||
* \param pointer of list <Drive>* plistDrives
|
||||
* \return void
|
||||
*/
|
||||
void reHDD::searchDrives(list <Drive>* plistDrives)
|
||||
@ -319,7 +317,7 @@ void reHDD::searchDrives(list <Drive>* plistDrives)
|
||||
|
||||
/**
|
||||
* \brief filter out drives that are listed in "ignoreDrives.conf"
|
||||
* \param pointer of vector <Drive>* pvecDrives
|
||||
* \param pointer of list <Drive>* plistDrives
|
||||
* \return void
|
||||
*/
|
||||
void reHDD::filterIgnoredDrives(list <Drive>* plistDrives)
|
||||
@ -404,7 +402,7 @@ void reHDD::filterIgnoredDrives(list <Drive>* plistDrives)
|
||||
|
||||
/**
|
||||
* \brief print drives with all information
|
||||
* \param pointer of vector <Drive>* pvecDrives
|
||||
* \param pointer of list <Drive>* plistDrives
|
||||
* \return void
|
||||
*/
|
||||
void reHDD::printDrives(list <Drive>* plistDrives)
|
||||
@ -439,7 +437,7 @@ void reHDD::printDrives(list <Drive>* plistDrives)
|
||||
|
||||
/**
|
||||
* \brief add S.M.A.R.T data from SMART
|
||||
* \param pointer of vector <Drive>* pvecDrives
|
||||
* \param pointer of list <Drive>* plistDrives
|
||||
* \return void
|
||||
*/
|
||||
void reHDD::addSMARTData(list <Drive>* plistDrives)
|
||||
|
Reference in New Issue
Block a user