Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
less void*, new type: surf_host_t
[simgrid.git] / src / simdag / sd_workstation.c
index bcd3285..ac506cc 100644 (file)
@@ -178,7 +178,7 @@ const char *SD_workstation_get_property_value(SD_workstation_t ws,
  */
 xbt_dict_t SD_workstation_get_properties(SD_workstation_t workstation)
 {
-  return surf_resource_get_properties(surf_host_resource_priv(workstation));
+  return surf_host_get_properties(surf_host_resource_priv(workstation));
 }