X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7a9c73193ecafbb368417633205702fe2499bb83..a9361ff5f9057e93ed0bbdfac0eab6e5ba8aeab8:/src/surf/storage_n11.hpp diff --git a/src/surf/storage_n11.hpp b/src/surf/storage_n11.hpp index 6a5eabd140..ff0a122ea7 100644 --- a/src/surf/storage_n11.hpp +++ b/src/surf/storage_n11.hpp @@ -44,7 +44,7 @@ class StorageN11 : public Storage { public: StorageN11(StorageModel *model, const char* name, xbt_dict_t properties, lmm_system_t maxminSystem, double bread, double bwrite, double bconnection, - const char* type_id, char *content_name, char *content_type, sg_size_t size, char *attach); + const char* type_id, char *content_name, const char *content_type, sg_size_t size, char *attach); StorageAction *open(const char* mount, const char* path); StorageAction *close(surf_file_t fd);