Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
s4u: rename the private implementations as such
[simgrid.git] / include / simgrid / s4u / storage.hpp
index e67a1a9..3d9dd19 100644 (file)
@@ -44,7 +44,7 @@ private:
 
   static boost::unordered_map<std::string, Storage *> *storages_;
   std::string name_;
-  smx_storage_t inferior_;
+  smx_storage_t pimpl_;
 
 
 public: