Merge branch 'master' of fraxinas@git.opendreambox.org:/git/enigma2
[enigma2.git] / lib / base / thread.h
index 12c5b25cbaba0c1c72f4e4ea9549d2320b9f566c..8ee96594aa6c940e4ee30180ba598039bc188cd2 100644 (file)
@@ -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;