X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f8b73381cb02cdf39dd7829afe40df5f218a27f0..fc1551b7a3cbbcdb9fb48500f70683318c87c47b:/src/surf/surfxml_parse.c diff --git a/src/surf/surfxml_parse.c b/src/surf/surfxml_parse.c index e2573452ab..5b4f63c9be 100644 --- a/src/surf/surfxml_parse.c +++ b/src/surf/surfxml_parse.c @@ -309,7 +309,7 @@ void STag_surfxml_host(void){ host.V_host_state_initial = SURF_RESOURCE_OFF; host.V_host_coord = xbt_strdup(A_surfxml_host_coordinates); - surf_parse_host(&host); + sg_platf_new_host(&host); } void ETag_surfxml_host(void){ surfxml_call_cb_functions(ETag_surfxml_host_cb_list);