X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/aa3595ed3c903167f52eeeab8e636bec96b258dd..9cca09ad88fcaeb49f2637de97df519c3920aaa4:/src/kernel/EngineImpl.hpp diff --git a/src/kernel/EngineImpl.hpp b/src/kernel/EngineImpl.hpp index 839f300ed6..d8f96c2acd 100644 --- a/src/kernel/EngineImpl.hpp +++ b/src/kernel/EngineImpl.hpp @@ -4,12 +4,14 @@ * under the terms of the license (GNU LGPL) which comes with this package. */ #include -#include +#include +#include namespace simgrid { namespace kernel { namespace routing { class NetZoneImpl; +class NetPoint; } class EngineImpl { @@ -19,6 +21,7 @@ public: kernel::routing::NetZoneImpl* netRoot_ = nullptr; protected: + std::unordered_map netpoints_; friend simgrid::s4u::Engine; }; }