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 / simdag / sd_workstation.c
index b7e97e8..fab8673 100644 (file)
@@ -153,7 +153,7 @@ xbt_dict_t SD_workstation_get_properties(SD_workstation_t workstation)
   SD_CHECK_INIT_DONE();
   xbt_assert0((workstation != NULL), "Invalid parameters");
 
-  return (surf_workstation_model->common_public->get_cpu_properties(workstation->surf_workstation));
+  return (surf_workstation_model->common_public->get_properties(workstation->surf_workstation));
 
 }