Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge s4u wait_any
[simgrid.git] / src / surf / AsDijkstra.hpp
index 081bffd..7d315a7 100644 (file)
@@ -23,7 +23,7 @@ typedef struct route_cache_element {
 } s_route_cache_element_t, *route_cache_element_t;
 
 namespace simgrid {
-namespace surf {
+namespace routing {
 
 /***********
  * Classes *
@@ -35,7 +35,7 @@ public:
   AsDijkstra(const char*name, bool cached);
   void seal() override;
 
-  ~AsDijkstra();
+  ~AsDijkstra() override;
   xbt_node_t routeGraphNewNode(int id, int graph_id);
   graph_node_map_element_t nodeMapSearch(int id);
   void newRoute(int src_id, int dst_id, sg_platf_route_cbarg_t e_route);