X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/347996b4a10c4e8579080692afa60e0afb88b60a..2455643f96166346bf10d16ddc289cc44f1fe78a:/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);