X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/396445efefba3112552b85813825343de56e1b21..808745d358295b6534b2c472b29cffa2b29d1b18:/src/surf/surf_routing.hpp diff --git a/src/surf/surf_routing.hpp b/src/surf/surf_routing.hpp index 8d091fe1e7..6007faf4c9 100644 --- a/src/surf/surf_routing.hpp +++ b/src/surf/surf_routing.hpp @@ -75,7 +75,7 @@ private: bool sealed_ = false; // We cannot add more content when sealed friend RoutingPlatf; - std::map*> bypassRoutes_; + std::map, std::vector*> bypassRoutes_; // srcName x dstName -> route static void getRouteRecursive(NetCard *src, NetCard *dst, /* OUT */ std::vector * links, double *latency); std::vector *getBypassRoute(NetCard *src, NetCard *dst);