Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add "attach" attribute to storage tag in platform description
[simgrid.git] / include / simdag / simdag.h
index 4f2a3e5..73c349c 100644 (file)
@@ -106,7 +106,9 @@ XBT_PUBLIC(double) SD_route_get_communication_time(SD_workstation_t src,
 XBT_PUBLIC(SD_task_t) SD_workstation_get_current_task(SD_workstation_t
                                                       workstation);
 XBT_PUBLIC(xbt_dict_t)
-    SD_workstation_get_storage_list(SD_workstation_t workstation);
+    SD_workstation_get_mounted_storage_list(SD_workstation_t workstation);
+XBT_PUBLIC(xbt_dict_t)
+    SD_workstation_get_attached_storage_list(SD_workstation_t workstation);
 /** @} */
 
 /************************** Task handling ************************************/