X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/0872290a992e2f6db574c18ac36d1987318d477d..1d498e972be5597e0f902a1bb8e6ec8d87d51002:/msg_thread.h diff --git a/msg_thread.h b/msg_thread.h index 0fee6ea..5196c62 100644 --- a/msg_thread.h +++ b/msg_thread.h @@ -2,7 +2,8 @@ #define MSG_THREAD_H #include -#include +#include +#include "simgrid_features.h" #include "synchro.h" class msg_thread { @@ -20,7 +21,7 @@ private: bool started; mutex_t mutex; condition_t cond; - m_process_t thread; + msg_process_t thread; std::string thread_name; void run_wrapper();