From: Lucas Schnorr Date: Sat, 9 Apr 2011 12:55:35 +0000 (+0200) Subject: fix compilation error X-Git-Tag: v3.6_beta2~59^2~10 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/1063eb59082966d2a5703148a678ccefac34c304 fix compilation error --- diff --git a/src/surf/surf_routing.c b/src/surf/surf_routing.c index 36470749b8..7d0cba4a0b 100644 --- a/src/surf/surf_routing.c +++ b/src/surf/surf_routing.c @@ -1161,7 +1161,7 @@ void surf_parse_add_callback_config(void) { surfxml_add_callback(STag_surfxml_config_cb_list, &routing_parse_Sconfig); surfxml_add_callback(ETag_surfxml_config_cb_list, &routing_parse_Econfig); - surfxml_add_callback(STag_surfxml_prop_cb_list, &parse_properties); + surfxml_add_callback(STag_surfxml_prop_cb_list, &parse_properties_XML); surfxml_add_callback(STag_surfxml_AS_cb_list, &surf_parse_models_setup); surfxml_add_callback(STag_surfxml_random_cb_list, &routing_parse_Srandom); }