Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix doxygen comments.
[simgrid.git] / src / surf / workstation_interface.hpp
index 3357edb..0b59b94 100644 (file)
@@ -258,12 +258,11 @@ public:
   /**
    * @brief Open a file
    * 
-   * @param mount The mount point
-   * @param path The path to the file
+   * @param fullpath 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