Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Modify MSG_file_open() implementation
[simgrid.git] / src / surf / workstation_interface.hpp
index 9368025..621771d 100644 (file)
@@ -249,21 +249,21 @@ 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_dict_t getAttachedStorageList();
+  virtual xbt_dynar_t getAttachedStorageList();
 
   /**
    * @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