Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix compilation error
authorLucas Schnorr <Lucas.Schnorr@imag.fr>
Sat, 9 Apr 2011 12:55:35 +0000 (14:55 +0200)
committerLucas Schnorr <Lucas.Schnorr@imag.fr>
Sat, 9 Apr 2011 12:55:35 +0000 (14:55 +0200)
src/surf/surf_routing.c

index 3647074..7d0cba4 100644 (file)
@@ -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);
 }