X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ae8140f19db6cb86f753e32499eab49190846d1f..f3c1ebdb5d5e4370a0efd5f4c0dd4f7131fe8370:/src/surf/surfxml_parseplatf.c diff --git a/src/surf/surfxml_parseplatf.c b/src/surf/surfxml_parseplatf.c index ca7cd6658d..9555060ffe 100644 --- a/src/surf/surfxml_parseplatf.c +++ b/src/surf/surfxml_parseplatf.c @@ -75,7 +75,7 @@ static void parse_Etag_trace(void) { tmgr_trace_t trace; if (!trace_file || strcmp(trace_file, "") != 0) { - trace = tmgr_trace_new(trace_file); + trace = tmgr_trace_new_from_file(trace_file); } else if (strcmp(surfxml_pcdata, "") == 0) { trace = NULL; } else { @@ -138,6 +138,7 @@ void parse_platform_file(const char *file) /* Register classical callbacks */ surfxml_add_callback(STag_surfxml_prop_cb_list, &parse_properties); + storage_register_callbacks(); routing_register_callbacks(); /* init the flex parser */