Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make sure upper layer can retrieve the properties of workstations (and that's the...
[simgrid.git] / src / simdag / sd_workstation.c
index cad1f73..6918b41 100644 (file)
@@ -162,7 +162,7 @@ xbt_dict_t SD_workstation_get_properties(SD_workstation_t workstation)
   SD_CHECK_INIT_DONE();
   xbt_assert0((workstation != NULL), "Invalid parameters");
 
-  return surf_resource_properties(workstation->surf_workstation);
+  return surf_workstation_model->extension.workstation.get_properties(workstation->surf_workstation);
 
 }