Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
First attempt to untangle the AS parsing
[simgrid.git] / src / surf / surf_routing_dijkstra.hpp
index bcae26f..7f6e4b8 100644 (file)
@@ -37,6 +37,8 @@ class XBT_PRIVATE AsDijkstra;
 class AsDijkstra : public AsGeneric {
 public:
   AsDijkstra();
+  void Seal() override;
+
   AsDijkstra(bool cached);
   ~AsDijkstra();
   xbt_node_t routeGraphNewNode(int id, int graph_id);