From: Martin Quinson Date: Thu, 30 Jan 2020 10:29:57 +0000 (+0100) Subject: fix a FIXME X-Git-Tag: v3.25~46 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/eb526a7a82b86fef81dc92b03dee5a82fa79c457?hp=da5dc3398329c1b1f8bd63202f07424a9e147ab4 fix a FIXME --- 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_;