the cache is corrected and saved

This commit is contained in:
zapek 2019-04-06 00:15:01 +02:00
parent 683e3579aa
commit 3f8611f40f
3 changed files with 35 additions and 9 deletions

View file

@ -97,6 +97,9 @@ private:
*/
void clean() ;
void startHashThread();
void stopHashThread();
// loading/saving the entire hash database to a file
void locked_save() ;