X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/611d822b02f836d7abe031cced6adc4281ef4356..2fb1fa1697309cad26ab7d472db4f8bfa617e0b4:/src/kernel/EngineImpl.hpp diff --git a/src/kernel/EngineImpl.hpp b/src/kernel/EngineImpl.hpp index 1fc73f183b..cbd60b4fdd 100644 --- a/src/kernel/EngineImpl.hpp +++ b/src/kernel/EngineImpl.hpp @@ -3,9 +3,9 @@ /* 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 #include @@ -16,10 +16,11 @@ class EngineImpl { public: EngineImpl(); virtual ~EngineImpl(); - kernel::routing::NetZoneImpl* netRoot_ = nullptr; + kernel::routing::NetZoneImpl* netzone_root_ = nullptr; private: std::map hosts_; + std::map links_; std::map storages_; std::unordered_map netpoints_; friend simgrid::s4u::Engine;