]> AND Public Git Repository - simgrid.git/blobdiff - include/simgrid/kernel/routing/FullZone.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Give users a way to debug their barriers
[simgrid.git] / include / simgrid / kernel / routing / FullZone.hpp
index df8a1896f0f8dedc34acbad8acd576179c6a39c0..314eb89b4637ba9e5a770278f556cd71dc87c617 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2013-2021. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2013-2022. The SimGrid Team. All rights reserved.          */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
@@ -31,7 +31,7 @@ public:
 
   void get_local_route(const NetPoint* src, const NetPoint* dst, Route* into, double* latency) override;
   void add_route(NetPoint* src, NetPoint* dst, NetPoint* gw_src, NetPoint* gw_dst,
-                 const std::vector<resource::LinkImpl*>& link_list, bool symmetrical) override;
+                 const std::vector<s4u::LinkInRoute>& link_list, bool symmetrical) override;
 };
 } // namespace routing
 } // namespace kernel