- infoviewer_bb.cpp,h: fix determination of hdd-usage in thread

This commit is contained in:
svenhoefer, snafed
2012-11-06 22:05:45 +01:00
committed by svenhoefer
parent 94a49e3a51
commit 24ffee6bb2
2 changed files with 17 additions and 13 deletions

View File

@@ -124,6 +124,7 @@ class CInfoViewerBB
void showBarSys(int percent = 0);
void showBarHdd(int percent = 0);
int hddpercent;
pthread_t hddperT;
static void* hddperThread(void *arg);
bool hddperTflag;