X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/831de10adaaf8910940aa280e2ac2dd075b5ffe5..eabd83894de59f28621ce9dd1148cf070446d934:/src/kernel/routing/AsClusterDragonfly.hpp diff --git a/src/kernel/routing/AsClusterDragonfly.hpp b/src/kernel/routing/AsClusterDragonfly.hpp index e275d6752c..4f58c53c6b 100644 --- a/src/kernel/routing/AsClusterDragonfly.hpp +++ b/src/kernel/routing/AsClusterDragonfly.hpp @@ -9,7 +9,8 @@ #include "src/kernel/routing/AsCluster.hpp" namespace simgrid { - namespace routing { +namespace kernel { +namespace routing { class XBT_PRIVATE DragonflyRouter { @@ -62,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; @@ -85,5 +86,5 @@ class XBT_PRIVATE AsClusterDragonfly DragonflyRouter** routers_=nullptr; }; - }} +}}} #endif