X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/46a72a52f62a5df8976056025fbad99dc4d9cd20..b035f4fba1852d16bb9316bb0b23329b108b605b:/src/kernel/routing/AsRoutedGraph.hpp diff --git a/src/kernel/routing/AsRoutedGraph.hpp b/src/kernel/routing/AsRoutedGraph.hpp index 9990166566..7dd239c0ea 100644 --- a/src/kernel/routing/AsRoutedGraph.hpp +++ b/src/kernel/routing/AsRoutedGraph.hpp @@ -17,7 +17,7 @@ public: explicit AsRoutedGraph(As* father, const char* name); ~AsRoutedGraph() override; - xbt_dynar_t getOneLinkRoutes() override; + void getOneLinkRoutes(xbt_dynar_t accumulator) override; void getGraph(xbt_graph_t graph, xbt_dict_t nodes, xbt_dict_t edges) override; virtual sg_platf_route_cbarg_t newExtendedRoute(RoutingMode hierarchy, sg_platf_route_cbarg_t routearg, int change_order);