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 4747852..fa20c43 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
 };