X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f5f64a44c8131c18967615f84b325ba26e880b39..fbc5196e44c92ef4ccda2fb737423e373c03d6f9:/src/surf/surf_routing_generic.hpp diff --git a/src/surf/surf_routing_generic.hpp b/src/surf/surf_routing_generic.hpp index 6587ace548..9f4d275244 100644 --- a/src/surf/surf_routing_generic.hpp +++ b/src/surf/surf_routing_generic.hpp @@ -30,7 +30,7 @@ public: virtual sg_platf_route_cbarg_t newExtendedRoute(e_surf_routing_hierarchy_t hierarchy, sg_platf_route_cbarg_t routearg, int change_order); protected: void getRouteCheckParams(NetCard *src, NetCard *dst); - void parseRouteCheckParams(sg_platf_route_cbarg_t route); + void addRouteCheckParams(sg_platf_route_cbarg_t route); }; }