Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Change the prototype of xbt_thread_create(), sorry.
[simgrid.git] / include / xbt.h
index 8a528a4..b168bc3 100644 (file)
 
 #include <xbt/misc.h>
 #include <xbt/sysdep.h>
+#include <xbt/str.h>
 #include <xbt/function_types.h>
 
 #include <xbt/asserts.h>
 #include <xbt/log.h>
 
 #include <xbt/module.h>
+#include <xbt/strbuff.h>
 
 #include <xbt/dynar.h>
 #include <xbt/dict.h>
@@ -25,7 +27,7 @@
 #include <xbt/swag.h>
 #include <xbt/heap.h>
 
-#include <xbt/host.h>
+#include <xbt/peer.h>
 #include <xbt/config.h>
 #include <xbt/cunit.h>