Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
start to mess up with storage
[simgrid.git] / include / simgrid / s4u / storage.hpp
index b99651b..4297f7c 100644 (file)
@@ -54,6 +54,7 @@ private:
   static boost::unordered_map<std::string, Storage *> *storages_;
 
   std::string name_;
+  size_t size_;
   smx_storage_t pimpl_ = nullptr;
   void *userdata_ = nullptr;
 };