Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
reduce the visibility of one field
authorMartin Quinson <martin.quinson@loria.fr>
Wed, 16 Nov 2016 01:01:35 +0000 (02:01 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Wed, 16 Nov 2016 01:01:35 +0000 (02:01 +0100)
src/kernel/routing/AsImpl.hpp

index 47478528c1f6a22fda10c1efe388113c91e9ed39..fa20c43c33141864b15dab40ea4ffb9e22bbf3f3 100644 (file)
@@ -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
 };