Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
another empty function murder
[simgrid.git] / src / simix / smx_deployment.c
index 262790f..2476a4b 100644 (file)
@@ -112,7 +112,7 @@ void SIMIX_launch_application(const char *file)
 
   surfxml_add_callback(STag_surfxml_process_cb_list, parse_process_init);
   surfxml_add_callback(ETag_surfxml_argument_cb_list, parse_argument);
-  surfxml_add_callback(STag_surfxml_prop_cb_list, parse_properties_XML);
+  surfxml_add_callback(STag_surfxml_prop_cb_list, parse_properties);
   surfxml_add_callback(ETag_surfxml_process_cb_list,
                        parse_process_finalize);