X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ae445ab5a97e0d537feb8ee9a9d49a75270cf70d..5156a24c2e6a1695071db9450126c3cc08bf1734:/src/surf/HostImpl.hpp?ds=sidebyside diff --git a/src/surf/HostImpl.hpp b/src/surf/HostImpl.hpp index bb01090f85..c5667405e7 100644 --- a/src/surf/HostImpl.hpp +++ b/src/surf/HostImpl.hpp @@ -44,7 +44,7 @@ public: */ class XBT_PRIVATE HostImpl : public xbt::PropertyHolder { std::vector actors_at_boot_; - s4u::Host* piface_ = nullptr; // FIXME: why don't we store a s4u::Host here as we do everywhere else? + s4u::Host* piface_ = nullptr; // we must have a pointer there because the VM wants to change the piface in its ctor std::map storage_; std::vector disks_;