added filter algo for existing drives

This commit is contained in:
2020-08-04 17:18:32 +02:00
parent a61d4321f6
commit 27b48de32a
9 changed files with 90 additions and 105 deletions

View File

@ -23,22 +23,22 @@ protected:
public:
TUI_DATA(vector <Drive>* pvecDrives);
TUI_DATA(vector <Drive>* pvecDrives);
private:
string sCpuUsage;
string sRamUsage;
string sLocalTime;
string sCpuUsage;
string sRamUsage;
string sLocalTime;
};