Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Change the waitany functions on semaphore and communications to return the rank of...
[simgrid.git] / src / include / surf / surfxml_parse_private.h
index b6aace4..57becf4 100644 (file)
@@ -10,9 +10,9 @@
 
 #include <stdio.h>
 #include "xbt/misc.h"
+#include "xbt/function_types.h"
 #include "surf/surfxml_parse.h"
 #include "surf/trace_mgr.h"
 
-void surf_parse_get_trace(tmgr_trace_t *trace, const char *string);
 
 #endif