]> AND Public Git Repository - simgrid.git/blobdiff - src/surf/workstation_interface.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix leaks and invalid read
[simgrid.git] / src / surf / workstation_interface.hpp
index 3357edb60d3ea927e096a04c31b6e2b50e06dd1e..621771d0f1dfd252d831a2e8f0f93c7e965a9811 100644 (file)
@@ -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