Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Further work on objectification of resources: use s_surf_resource_lmm_t in s_link_CM02_t
[simgrid.git] / src / include / surf / surfxml_parse_private.h
index b6aace4..74193b4 100644 (file)
 
 #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);
+void surf_parse_get_trace(tmgr_trace_t * trace, const char *string);
 
 #endif