X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/5655fee2e15bf1cfc0fe06a85e3c864dbfcd41ce..HEAD:/lib/base/thread.h diff --git a/lib/base/thread.h b/lib/base/thread.h index 12c5b25c..8ee96594 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;