X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c4ffa9d533441c926ec687986415b635629d496a..2c8c164d58104acb6256b6d8efd476a6a2165b8a:/src/surf/surf_routing_generic.hpp diff --git a/src/surf/surf_routing_generic.hpp b/src/surf/surf_routing_generic.hpp index 33efa904b1..6587ace548 100644 --- a/src/surf/surf_routing_generic.hpp +++ b/src/surf/surf_routing_generic.hpp @@ -28,7 +28,9 @@ public: virtual void parseBypassroute(sg_platf_route_cbarg_t e_route) override; virtual sg_platf_route_cbarg_t newExtendedRoute(e_surf_routing_hierarchy_t hierarchy, sg_platf_route_cbarg_t routearg, int change_order); - virtual void srcDstCheck(NetCard *src, NetCard *dst); +protected: + void getRouteCheckParams(NetCard *src, NetCard *dst); + void parseRouteCheckParams(sg_platf_route_cbarg_t route); }; }