Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
make As->father_ protected
[simgrid.git] / src / kernel / routing / AsClusterFatTree.hpp
index bff2627..9898e5b 100644 (file)
@@ -102,7 +102,7 @@ public:
  */
 class XBT_PRIVATE AsClusterFatTree : public AsCluster {
 public:
-  explicit AsClusterFatTree(const char*name);
+  explicit AsClusterFatTree(As* father, const char* name);
   ~AsClusterFatTree() override;
   void getRouteAndLatency(NetCard *src, NetCard *dst,
                                   sg_platf_route_cbarg_t into,