- infoviewerbb: determination of hdd-percentage in a seperate thread

This commit is contained in:
svenhoefer
2012-09-19 21:23:50 +02:00
parent 8f509f5dcf
commit 87f7a224f7
4 changed files with 78 additions and 28 deletions

View File

@@ -121,6 +121,13 @@ class CInfoViewerBB
static void* scrambledThread(void *arg);
void scrambledCheck(bool force=false);
void showBarSys(int percent = 0);
void showBarHdd(int percent = 0);
pthread_t hddperT;
static void* hddperThread(void *arg);
bool hddperTflag;
public:
CInfoViewerBB();
~CInfoViewerBB();