]> AND Private Git Repository - loba.git/blobdiff - msg_thread.h
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
Save notes for pstar.
[loba.git] / msg_thread.h
index 0fee6ea0f682d24586df82a7ec3dca5f8dd2a977..5196c626e03e71c1701e602e12c97cb5adc79cab 100644 (file)
@@ -2,7 +2,8 @@
 #define MSG_THREAD_H
 
 #include <string>
-#include <msg/msg.h>
+#include <simgrid/msg.h>
+#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();