X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/20984b0bb3a1e3e5e213963d9182b1c15baba23c..96f6f8fa81bf92c5367ca3a4cc7761c445379d6e:/src/surf/surf_routing_cluster_fat_tree.hpp diff --git a/src/surf/surf_routing_cluster_fat_tree.hpp b/src/surf/surf_routing_cluster_fat_tree.hpp index 96ba5c97d0..1c8a865f71 100644 --- a/src/surf/surf_routing_cluster_fat_tree.hpp +++ b/src/surf/surf_routing_cluster_fat_tree.hpp @@ -34,15 +34,13 @@ public: }; class FatTreeLink { -private: +public: unsigned int ports; std::vector linksUp; // From source to destination std::vector linksDown; // From destination to source FatTreeNode source; FatTreeNode destination; -public: FatTreeLink(int source, int destination, unsigned int ports = 0); - NetworkLink getLink(int number = 0) const; }; class AsClusterFatTree : public AsCluster {