aboutsummaryrefslogtreecommitdiff
path: root/lib/base/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/base/thread.h')
-rw-r--r--lib/base/thread.h2
1 files changed, 1 insertions, 1 deletions
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;