X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d785a64b1830b6a5d05561316ef7161ee1c67671..4f566b4572ad07940ea23d86d4af4abeaed7b4c7:/src/kernel/routing/AsClusterDragonfly.hpp diff --git a/src/kernel/routing/AsClusterDragonfly.hpp b/src/kernel/routing/AsClusterDragonfly.hpp index e0ed5a618a..04aec20365 100644 --- a/src/kernel/routing/AsClusterDragonfly.hpp +++ b/src/kernel/routing/AsClusterDragonfly.hpp @@ -63,10 +63,10 @@ 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; + void getLocalRoute(NetCard* src, NetCard* dst, sg_platf_route_cbarg_t into, double* latency) override; void parse_specific_arguments(sg_platf_cluster_cbarg_t cluster) override; void seal() override; void generateRouters();