X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ecd5f7562caf1d443bf22788fa5f4fac408776ec..2d75d1cbec1f1390f086522ccc8a0b3a4e645d89:/src/kernel/EngineImpl.hpp diff --git a/src/kernel/EngineImpl.hpp b/src/kernel/EngineImpl.hpp index 8593bf88da..4e2ef24bd5 100644 --- a/src/kernel/EngineImpl.hpp +++ b/src/kernel/EngineImpl.hpp @@ -3,6 +3,7 @@ /* 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 @@ -18,6 +19,7 @@ public: kernel::routing::NetZoneImpl* netRoot_ = nullptr; private: + std::map hosts_; std::unordered_map netpoints_; friend simgrid::s4u::Engine; };