diff options
Diffstat (limited to 'raul')
-rw-r--r-- | raul/Thread.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/raul/Thread.hpp b/raul/Thread.hpp index db35f77..50d7025 100644 --- a/raul/Thread.hpp +++ b/raul/Thread.hpp @@ -102,6 +102,7 @@ private: unsigned _context; std::string _name; bool _pthread_exists; + bool _own_thread; pthread_t _pthread; }; |