X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4edfced29c0c43eb70779a8e560ff0ba6bd1ccdd..76cc94266507b7f7e29f95d3c65e2370cbd40142:/src/kernel/routing/AsCluster.hpp diff --git a/src/kernel/routing/AsCluster.hpp b/src/kernel/routing/AsCluster.hpp index 9dd3d090e0..14d07c8d3f 100644 --- a/src/kernel/routing/AsCluster.hpp +++ b/src/kernel/routing/AsCluster.hpp @@ -25,7 +25,8 @@ public: virtual void parse_specific_arguments(sg_platf_cluster_cbarg_t cluster) {} /* We use a map instead of a std::vector here because that's a sparse vector. Some values may not exist */ - std::unordered_map privateLinks_; + /* The pair is {linkUp, linkDown} */ + std::unordered_map> privateLinks_; Link* backbone_ = nullptr; void *loopback_ = nullptr;