From: Martin Quinson Date: Wed, 16 Nov 2016 01:01:35 +0000 (+0100) Subject: reduce the visibility of one field X-Git-Tag: v3_14~196 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/7c5d4ad2147b19054293b385fd7d90fe6aacf54e?hp=8326486153d4a85ad17b2125fe60108a3d0870e8 reduce the visibility of one field --- 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 };