X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=include%2Fpthreadwrapper%2Fthread.h;h=c1db10a514799d1433eec2773bd470d8cf2157bd;hb=b9c3763a932cebaa015a27fe111017f6f34dfbaa;hp=18e731e0bbe768c0891d1d224b465d861b9e4366;hpb=c7fcb4c4bc5012a584add81a9509fc1f84c3c688;p=fms.git diff --git a/include/pthreadwrapper/thread.h b/include/pthreadwrapper/thread.h index 18e731e..c1db10a 100644 --- a/include/pthreadwrapper/thread.h +++ b/include/pthreadwrapper/thread.h @@ -29,6 +29,7 @@ private: static void *EntryPoint(void *pthis); pthread_t m_thread; + int m_threadnum; bool m_running; // thread (object) is currently running bool m_cancelled; Runnable *m_runnable; // actual object that is being run