]> AND Public Git Repository - simgrid.git/blobdiff - src/kernel/routing/EmptyZone.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[KERNEL] Fixed comment on FatTree parameters.
[simgrid.git] / src / kernel / routing / EmptyZone.hpp
index 888d744e159221fe921df413b66b8e14ddc74b20..6d479b8b65d507c02c08f11557d7bf06d32fe49f 100644 (file)
@@ -29,7 +29,8 @@ public:
     /* There can't be route in an Empty zone */
   }
 
-  void getGraph(xbt_graph_t graph, xbt_dict_t nodes, xbt_dict_t edges) override;
+  void getGraph(xbt_graph_t graph, std::map<std::string, xbt_node_t>* /*nodes*/,
+                std::map<std::string, xbt_edge_t>* /*edges*/) override;
 };
 }
 }