#define MSG_THREAD_H
#include <string>
-#include <msg/msg.h>
+#include <simgrid/msg.h>
+#include "simgrid_features.h"
#include "synchro.h"
class msg_thread {
bool started;
mutex_t mutex;
condition_t cond;
- m_process_t thread;
+ msg_process_t thread;
std::string thread_name;
void run_wrapper();