From 7c5d4ad2147b19054293b385fd7d90fe6aacf54e Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Wed, 16 Nov 2016 02:01:35 +0100 Subject: [PATCH 1/1] reduce the visibility of one field --- src/kernel/routing/AsImpl.hpp | 2 ++ 1 file changed, 2 insertions(+) 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 }; -- 2.20.1