Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
reduce the visibility of one field
[simgrid.git] / 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
 };