Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make the sg_plat_new_host() function public
[simgrid.git] / src / surf / surfxml_parse.c
index e257345..5b4f63c 100644 (file)
@@ -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);