Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
reorganize *LinkImpl stuff
[simgrid.git] / include / simgrid / kernel / routing / RoutedZone.hpp
index 8b69c7c..a8fe0d8 100644 (file)
@@ -57,7 +57,7 @@ public:
 
 protected:
   Route* new_extended_route(RoutingMode hierarchy, NetPoint* gw_src, NetPoint* gw_dst,
-                            const std::vector<resource::LinkImpl*>& link_list, bool preserve_order);
+                            const std::vector<resource::StandardLinkImpl*>& link_list, bool preserve_order);
   void get_route_check_params(const NetPoint* src, const NetPoint* dst) const;
   void add_route_check_params(NetPoint* src, NetPoint* dst, NetPoint* gw_src, NetPoint* gw_dst,
                               const std::vector<s4u::LinkInRoute>& link_list, bool symmetrical) const;