X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d785a64b1830b6a5d05561316ef7161ee1c67671..7169524b7d6066c8ff315dfca1c529bf3e39a6b3:/src/kernel/routing/AsClusterDragonfly.hpp diff --git a/src/kernel/routing/AsClusterDragonfly.hpp b/src/kernel/routing/AsClusterDragonfly.hpp index e0ed5a618a..4f58c53c6b 100644 --- a/src/kernel/routing/AsClusterDragonfly.hpp +++ b/src/kernel/routing/AsClusterDragonfly.hpp @@ -63,7 +63,7 @@ class XBT_PRIVATE DragonflyRouter { class XBT_PRIVATE AsClusterDragonfly : public AsCluster { public: - explicit AsClusterDragonfly(const char*name); + explicit AsClusterDragonfly(As* father, const char* name); ~AsClusterDragonfly() override; // void create_links_for_node(sg_platf_cluster_cbarg_t cluster, int id, int rank, int position) override; void getRouteAndLatency(NetCard * src, NetCard * dst, sg_platf_route_cbarg_t into, double *latency) override;