X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/244d7851457bfd373983edfb00c80760239dc8ab..0224a9ae5debdfc901f8f201b9567b8b0825740a:/src/kernel/EngineImpl.hpp diff --git a/src/kernel/EngineImpl.hpp b/src/kernel/EngineImpl.hpp index 8593bf88da..313ba4e046 100644 --- a/src/kernel/EngineImpl.hpp +++ b/src/kernel/EngineImpl.hpp @@ -1,10 +1,11 @@ -/* Copyright (c) 2016-2017. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2016-2018. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ #include -#include + +#include #include #include @@ -18,6 +19,8 @@ public: kernel::routing::NetZoneImpl* netRoot_ = nullptr; private: + std::map hosts_; + std::map storages_; std::unordered_map netpoints_; friend simgrid::s4u::Engine; };