X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2750362474d7984ac4b5c684e9d432f8365d033e..6e8a5aeab4a376b73cdcbe116d2437af319cafc3:/src/kernel/routing/DragonflyZone.hpp diff --git a/src/kernel/routing/DragonflyZone.hpp b/src/kernel/routing/DragonflyZone.hpp index b974803eaf..760eac36d5 100644 --- a/src/kernel/routing/DragonflyZone.hpp +++ b/src/kernel/routing/DragonflyZone.hpp @@ -60,7 +60,7 @@ public: */ class XBT_PRIVATE DragonflyZone : public ClusterZone { public: - explicit DragonflyZone(NetZone* father, const char* name); + explicit DragonflyZone(NetZone* father, std::string name); ~DragonflyZone() override; // void create_links_for_node(sg_platf_cluster_cbarg_t cluster, int id, int rank, int position) override; void getLocalRoute(NetPoint* src, NetPoint* dst, sg_platf_route_cbarg_t into, double* latency) override;