From eb526a7a82b86fef81dc92b03dee5a82fa79c457 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Thu, 30 Jan 2020 11:29:57 +0100 Subject: [PATCH 1/1] fix a FIXME --- src/surf/HostImpl.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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_; -- 2.20.1