Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simplifications in DijkstraZone
[simgrid.git] / include / simgrid / kernel / routing / DijkstraZone.hpp
index bf7fe7670dcfef0ec98fb44a9084972f2f978c02..d89e24e882c58e3fd8026d4a9b2a115332fbd543 100644 (file)
@@ -33,15 +33,15 @@ namespace routing {
  */
 class XBT_PRIVATE DijkstraZone : public RoutedZone {
 public:
-  DijkstraZone(NetZone* father, std::string name, bool cached);
+  DijkstraZone(NetZoneImpl* father, std::string name, bool cached);
   void seal() override;
 
   ~DijkstraZone() override;
 
 private:
-  xbt_node_t route_graph_new_node(int id, int graph_id);
+  xbt_node_t route_graph_new_node(int id);
   xbt_node_t node_map_search(int id);
-  void new_route(int src_id, int dst_id, RouteCreationArgs* e_route);
+  void new_edge(int src_id, int dst_id, RouteCreationArgs* e_route);
 
 public:
   /* For each vertex (node) already in the graph,