Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
I think I now better understand the surf internals: each resource can be *either...
[simgrid.git] / src / simix / smx_host.c
index c00faa5..e26ffb6 100644 (file)
@@ -221,7 +221,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_cpu_properties(host->simdata->host));
+         common_public->get_properties(host->simdata->host));
 
 }