X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/12c873f79edde566154ef53d3c3f25b6555a0435..b87fc0829538ec066fd077e6c30ee6270b8abd78:/src/kernel/routing/RoutedZone.hpp?ds=sidebyside diff --git a/src/kernel/routing/RoutedZone.hpp b/src/kernel/routing/RoutedZone.hpp index c90df9de0b..3904232c22 100644 --- a/src/kernel/routing/RoutedZone.hpp +++ b/src/kernel/routing/RoutedZone.hpp @@ -50,14 +50,14 @@ namespace routing { class XBT_PRIVATE RoutedZone : public NetZoneImpl { public: - explicit RoutedZone(NetZone* father, const char* name); + explicit RoutedZone(NetZone* father, std::string name); void getGraph(xbt_graph_t graph, xbt_dict_t nodes, xbt_dict_t edges) override; virtual sg_platf_route_cbarg_t newExtendedRoute(RoutingMode hierarchy, sg_platf_route_cbarg_t routearg, bool change_order); protected: - void getRouteCheckParams(NetCard* src, NetCard* dst); + void getRouteCheckParams(NetPoint* src, NetPoint* dst); void addRouteCheckParams(sg_platf_route_cbarg_t route); }; }