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