From: mehdi Date: Fri, 8 Apr 2011 12:59:07 +0000 (+0200) Subject: callback to parse_properties_XML when parsing prop tag in XML X-Git-Tag: v3.6_beta2~59^2~11^2^2 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/5bbb1483886ba3113ddd8d631066389d8850f0e4?hp=-c callback to parse_properties_XML when parsing prop tag in XML --- 5bbb1483886ba3113ddd8d631066389d8850f0e4 diff --git a/src/simix/smx_deployment.c b/src/simix/smx_deployment.c index 96e99815e4..c1f8dd5158 100644 --- a/src/simix/smx_deployment.c +++ b/src/simix/smx_deployment.c @@ -114,7 +114,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); + surfxml_add_callback(STag_surfxml_prop_cb_list, parse_properties_XML); surfxml_add_callback(ETag_surfxml_process_cb_list, parse_process_finalize);