X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a6924a7a3d99b6c4cd07e13dae75a33fbb634cf2..52b5d4fb3c307a34756d8a95aadf79d01af14cdd:/include/simgrid/kernel/routing/RoutedZone.hpp diff --git a/include/simgrid/kernel/routing/RoutedZone.hpp b/include/simgrid/kernel/routing/RoutedZone.hpp index 55995aafc6..0d8a73e665 100644 --- a/include/simgrid/kernel/routing/RoutedZone.hpp +++ b/include/simgrid/kernel/routing/RoutedZone.hpp @@ -61,7 +61,7 @@ protected: bool symmetrical, bool change_order); void get_route_check_params(NetPoint* src, NetPoint* dst); void add_route_check_params(NetPoint* src, NetPoint* dst, NetPoint* gw_src, NetPoint* gw_dst, - std::vector& link_list, bool symmetrical); + const std::vector& link_list, bool symmetrical); }; } // namespace routing } // namespace kernel