Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Now call communicate and get_route with void* and not char*.
[simgrid.git] / include / xbt.h
index 21bdd49..9502ec7 100644 (file)
 #include <xbt/swag.h>
 #include <xbt/heap.h>
 #include <xbt/queue.h>
+#include <xbt/parmap.h>
 
 #include <xbt/peer.h>
+#include <xbt/datadesc.h>
 #include <xbt/config.h>
 #include <xbt/cunit.h>
 
-/* pimple to display the message sizes */
-XBT_PUBLIC(void) SIMIX_message_sizes_output(const char *filename);
-
 #endif                          /* xbt_H */