X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7af42b150d36397fb6016657e10746b7515c658d..de57b34916659892d2dc26edabf552253afe2c18:/src/kernel/routing/ClusterZone.hpp diff --git a/src/kernel/routing/ClusterZone.hpp b/src/kernel/routing/ClusterZone.hpp index 376747e598..a9a786603d 100644 --- a/src/kernel/routing/ClusterZone.hpp +++ b/src/kernel/routing/ClusterZone.hpp @@ -65,11 +65,11 @@ namespace routing { * (because the private router is directly connected to the cluster core). */ -class XBT_PRIVATE ClusterZone : public NetZoneImpl { +class ClusterZone : public NetZoneImpl { public: explicit ClusterZone(NetZone* father, std::string name); - void getLocalRoute(NetPoint* src, NetPoint* dst, sg_platf_route_cbarg_t into, double* latency) override; + void getLocalRoute(NetPoint* src, NetPoint* dst, RouteCreationArgs* into, double* latency) override; void getGraph(xbt_graph_t graph, std::map* nodes, std::map* edges) override;