X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5a5e8338f6d18da29438ec26f96970afb7579992..f2df13795e01302813a6aef10825ec7e922ce530:/src/surf/workstation_interface.hpp diff --git a/src/surf/workstation_interface.hpp b/src/surf/workstation_interface.hpp index 8adf17460f..621771d0f1 100644 --- a/src/surf/workstation_interface.hpp +++ b/src/surf/workstation_interface.hpp @@ -249,9 +249,9 @@ public: virtual xbt_dict_t getMountedStorageList(); /** - * @brief Get the xbt_dict_t of storages attached to the workstation + * @brief Get the xbt_dynar_t of storages attached to the workstation * - * @return The xbt_dict_t of Storage + * @return The xbt_dynar_t of Storage names */ virtual xbt_dynar_t getAttachedStorageList(); @@ -259,11 +259,11 @@ public: * @brief Open a file * * @param mount The mount point - * @param path The path to the file + * @param path The full path to the file * * @return The StorageAction corresponding to the opening */ - virtual ActionPtr open(const char* mount, const char* path); + virtual ActionPtr open(const char* fullpath); /** * @brief Close a file