Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
First attempt to display log categoy hierarchy.
[simgrid.git] / include / xbt.h
index 7b539279017d30545244a7cafe737a4f3911a8ed..9502ec7e88fac47db89c5e76e4b3c904b0c04697 100644 (file)
 #include <xbt/set.h>
 #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 */