X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c257b6f70c01d5107ea6e9d9ebd858f99d42b31a..2bdebbaf8391c3b5dc1cd193491504f83bb2ea3e:/include/simgrid/s4u/host.hpp diff --git a/include/simgrid/s4u/host.hpp b/include/simgrid/s4u/host.hpp index d5c48344e0..3d32534415 100644 --- a/include/simgrid/s4u/host.hpp +++ b/include/simgrid/s4u/host.hpp @@ -94,11 +94,11 @@ public: * Do not change the returned value in any way. */ // TODO, do not use Storage&, this looks dangerous! - boost::unordered_map &mountedStorages(); + boost::unordered_map &mountedStorages(); private: simgrid::xbt::string name_ = "noname"; - boost::unordered_map *mounts = NULL; // caching + boost::unordered_map *mounts = NULL; // caching void* p_userdata = NULL; public: