mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 17:31:20 +02:00
- infoviewerbb: determination of hdd-percentage in a seperate thread
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user