X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/bf41d7b09bccdac18be3631c03256f2a34bdb202..0f5828869a4c6d79018e8eca27a10d0fe51979e5:/src/surf/storage_n11.hpp diff --git a/src/surf/storage_n11.hpp b/src/surf/storage_n11.hpp index c38ec744e2..09ddf63861 100644 --- a/src/surf/storage_n11.hpp +++ b/src/surf/storage_n11.hpp @@ -39,7 +39,7 @@ public: class StorageN11 : public StorageImpl { public: - StorageN11(StorageModel* model, std::string name, lmm_system_t maxminSystem, double bread, double bwrite, + StorageN11(StorageModel* model, std::string name, kernel::lmm::System* maxminSystem, double bread, double bwrite, std::string type_id, std::string content_name, sg_size_t size, std::string attach); virtual ~StorageN11() = default; StorageAction* read(sg_size_t size);