X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c7344f5c93d14d03114fe84a0213d7f3950c73a3..fbc5196e44c92ef4ccda2fb737423e373c03d6f9:/src/surf/surf_routing_full.hpp diff --git a/src/surf/surf_routing_full.hpp b/src/surf/surf_routing_full.hpp index da84f718ea..9dfc1e21cb 100644 --- a/src/surf/surf_routing_full.hpp +++ b/src/surf/surf_routing_full.hpp @@ -29,7 +29,7 @@ public: void getRouteAndLatency(NetCard *src, NetCard *dst, sg_platf_route_cbarg_t into, double *latency) override; xbt_dynar_t getOneLinkRoutes() override; - void parseRoute(sg_platf_route_cbarg_t route) override; + void addRoute(sg_platf_route_cbarg_t route) override; sg_platf_route_cbarg_t *routingTable_ = nullptr; };