diff options
Diffstat (limited to 'src/thread.h')
-rw-r--r-- | src/thread.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/thread.h b/src/thread.h index 6b7a52a..3d58d74 100644 --- a/src/thread.h +++ b/src/thread.h @@ -42,6 +42,7 @@ public: virtual void thread_main() = 0; private: + pthread_attr_t attr; pthread_t tid; }; |