X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/0872290a992e2f6db574c18ac36d1987318d477d..4aaca0f09db01d8039662a32dc7142bb53d30004:/msg_thread.h?ds=sidebyside diff --git a/msg_thread.h b/msg_thread.h index 0fee6ea..69ce02b 100644 --- a/msg_thread.h +++ b/msg_thread.h @@ -3,6 +3,7 @@ #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();