X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e37abccaa5b5cfb44e2cfcf68d5156766da28dc1..55633c554b60455d85885816b1b73e9698b73a14:/src/surf/surf_routing_RoutedGraph.hpp diff --git a/src/surf/surf_routing_RoutedGraph.hpp b/src/surf/surf_routing_RoutedGraph.hpp index 9d5c7db726..5a2feac181 100644 --- a/src/surf/surf_routing_RoutedGraph.hpp +++ b/src/surf/surf_routing_RoutedGraph.hpp @@ -21,6 +21,8 @@ public: AsRoutedGraph(const char*name); ~AsRoutedGraph(); + xbt_dynar_t getOneLinkRoutes() override; + virtual void getGraph(xbt_graph_t graph, xbt_dict_t nodes, xbt_dict_t edges) override; virtual sg_platf_route_cbarg_t newExtendedRoute(e_surf_routing_hierarchy_t hierarchy, sg_platf_route_cbarg_t routearg, int change_order); protected: