protect lists with mutex

This commit is contained in:
2022-08-21 15:52:47 +02:00
parent b6f0c5e89f
commit 70f5727eb3
5 changed files with 32 additions and 19 deletions

View File

@ -67,7 +67,6 @@ string Drive::sErrorCountToText()
return to_string(getErrorCount());
}
string Drive::sPowerOnHoursToText()
{
double dDays = 0U;