X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=include%2Fpthreadwrapper%2Fthread.h;h=7b5f38640d00bf1d5735412e7192de7f36bb9fc7;hb=853f67b0b7b8121d572cff34d40f7b28cac8f65e;hp=6e51f73cbfb4ec581b8646f8e8663ad97fd6e424;hpb=f60495a029c54358f82956482fe203fe2b7b5b23;p=fms.git diff --git a/include/pthreadwrapper/thread.h b/include/pthreadwrapper/thread.h index 6e51f73..7b5f386 100644 --- a/include/pthreadwrapper/thread.h +++ b/include/pthreadwrapper/thread.h @@ -35,6 +35,7 @@ private: bool m_running; // thread (object) is currently running bool m_cancelled; Runnable *m_runnable; // actual object that is being run + bool m_threadcleaned; };