Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
rename As::getRouteAndLatency into As::getLocalRoute
[simgrid.git] / src / kernel / routing / AsRoutedGraph.hpp
index 7dd239c..ad5daa7 100644 (file)
@@ -15,9 +15,8 @@ namespace routing {
 class XBT_PRIVATE AsRoutedGraph : public AsImpl {
 public:
   explicit AsRoutedGraph(As* father, const char* name);
-  ~AsRoutedGraph() override;
 
-  void getOneLinkRoutes(xbt_dynar_t accumulator) override;
+  void getOneLinkRoutes(std::vector<Onelink*>* 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);