X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9bf99128679525898380b17401a8c6174a9f87d1..a251a46feac3eac126243e066a947e153464a29e:/src/surf/cpu.c diff --git a/src/surf/cpu.c b/src/surf/cpu.c index 5abfc22153..d7162775f9 100644 --- a/src/surf/cpu.c +++ b/src/surf/cpu.c @@ -90,7 +90,7 @@ static void parse_cpu_init(void) static int called = 0; -static void add_traces(void) +static void add_traces_cpu(void) { xbt_dynar_t trace_connect = NULL; unsigned int cpt; @@ -127,7 +127,7 @@ static void define_callbacks(const char *file) surf_parse_reset_parser(); surfxml_add_callback(STag_surfxml_host_cb_list, parse_cpu_init); surfxml_add_callback(STag_surfxml_prop_cb_list, parse_properties); - surfxml_add_callback(ETag_surfxml_platform_cb_list, &add_traces); +// surfxml_add_callback(ETag_surfxml_platform_cb_list, &add_traces_cpu); surfxml_add_callback(STag_surfxml_random_cb_list, &init_randomness); surfxml_add_callback(ETag_surfxml_random_cb_list, &add_randomness); }