Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix leaks and invalid read
[simgrid.git] / src / surf / storage_interface.hpp
index 7e17d8e..d70771c 100644 (file)
@@ -182,7 +182,7 @@ public:
    * 
    * @return The StorageAction corresponding to the opening
    */
-  virtual StorageActionPtr open(char* mount, char* path)=0;
+  virtual StorageActionPtr open(const char* mount, const char* path)=0;
 
   /**
    * @brief Close a file