X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/a5a86c2639b6c569578cdf8542a21f6636216465..24e97d18003e65787648061db7c23f0882f98d1a:/hostdata.h?ds=inline

diff --git a/hostdata.h b/hostdata.h
index 722b2bc..2c5379a 100644
--- a/hostdata.h
+++ b/hostdata.h
@@ -3,7 +3,8 @@
 
 #include <string>
 #include <vector>
-#include <msg/msg.h>
+#include <simgrid/msg.h>
+#include "simgrid_features.h"
 
 // Helper class that associates instances of itself with each host.
 // Facilitate global operations on hosts, and retreiving of host name
@@ -15,7 +16,7 @@ public:
     static size_t size()                        { return hosts.size(); }
     static const hostdata& at(size_t i)         { return hosts[i];     }
 
-    hostdata(m_host_t host);
+    hostdata(msg_host_t host);
     ~hostdata();
 
     const char* get_name() const                { return name;              }