X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5b3677b425b9cc6949c1573d59ac772540cbf4b2..d44e911ae45609418de22c72114e85c4e031fcf4:/include/simdag/simdag.h diff --git a/include/simdag/simdag.h b/include/simdag/simdag.h index 4f2a3e54f5..73c349c575 100644 --- a/include/simdag/simdag.h +++ b/include/simdag/simdag.h @@ -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 ************************************/