Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
renaming the tracing functions that set the host/link utilization
[simgrid.git] / include / xbt.h
index 64fbbc4..372e80e 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>
 #include <xbt/swag.h>
 #include <xbt/heap.h>
 
+#include <xbt/peer.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 */