X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8326486153d4a85ad17b2125fe60108a3d0870e8..7c5d4ad2147b19054293b385fd7d90fe6aacf54e:/src/kernel/routing/AsImpl.hpp?ds=sidebyside diff --git a/src/kernel/routing/AsImpl.hpp b/src/kernel/routing/AsImpl.hpp index 47478528c1..fa20c43c33 100644 --- a/src/kernel/routing/AsImpl.hpp +++ b/src/kernel/routing/AsImpl.hpp @@ -79,6 +79,8 @@ namespace routing { }; /* FIXME: protect the following fields once the construction madness is sorted out */ RoutingMode hierarchy_ = RoutingMode::unset; + + private: routing::NetCard* netcard_ = nullptr; // Our representative in the father AS };