X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fbase%2Fthread.h;h=8ee96594aa6c940e4ee30180ba598039bc188cd2;hb=417e393cbc7b4fd22482aa21cdeeb3e8dec3128c;hp=12c5b25cbaba0c1c72f4e4ea9549d2320b9f566c;hpb=5655fee2e15bf1cfc0fe06a85e3c864dbfcd41ce;p=vuplus_dvbapp diff --git a/lib/base/thread.h b/lib/base/thread.h index 12c5b25..8ee9659 100644 --- a/lib/base/thread.h +++ b/lib/base/thread.h @@ -59,7 +59,7 @@ private: pthread_t the_thread; static void *wrapper(void *ptr); - int m_alive; + int m_alive, m_started; static void thread_completed(void *p); eSemaphore m_state;