summaryrefslogtreecommitdiffstats
path: root/raul/Thread.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'raul/Thread.hpp')
-rw-r--r--raul/Thread.hpp1
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;
};