Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add a SD_workstation_storage_get_list as a first try to add storage
[simgrid.git] / include / simdag / simdag.h
index bd9ee4e..fe7e32c 100644 (file)
@@ -105,6 +105,8 @@ 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(SD_task_t) SD_workstation_get_current_task(SD_workstation_t
                                                       workstation);
+XBT_PUBLIC(xbt_dynar_t)
+    SD_workstation_get_storage_list(SD_workstation_t workstation);
 /** @} */
 
 /************************** Task handling ************************************/
 /** @} */
 
 /************************** Task handling ************************************/