Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
SURF: Embeed every fields of common_public directly into s_surf_model_t
[simgrid.git] / src / simix / smx_host.c
index 4b61c50..cfb76cf 100644 (file)
@@ -233,8 +233,7 @@ xbt_dict_t SIMIX_host_get_properties(smx_host_t host)
 {
   xbt_assert0((host != NULL), "Invalid parameters");
 
-  return (surf_workstation_model->common_public.
-          get_properties(host->simdata->host));
+  return (surf_workstation_model->get_properties(host->simdata->host));
 
 }