Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
greatly simplify the way peers are created in Vivaldi AS
[simgrid.git] / src / kernel / routing / AsImpl.hpp
index 5e48d08..2ff5620 100644 (file)
@@ -97,7 +97,6 @@ public:
 
 private:
   std::map<std::pair<NetCard*, NetCard*>, BypassRoute*> bypassRoutes_; // src x dst -> route
-public:
   routing::NetCard* netcard_ = nullptr;                                // Our representative in the father AS
 };