X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b0c36e046aa9d57ba90e5be5875b4754d9b8a545..f409d6f711ba652a6fd78e185791cf7870b6765d:/include/simgrid/s4u/NetZone.hpp diff --git a/include/simgrid/s4u/NetZone.hpp b/include/simgrid/s4u/NetZone.hpp index 537ab6ed24..ac9bf412ca 100644 --- a/include/simgrid/s4u/NetZone.hpp +++ b/include/simgrid/s4u/NetZone.hpp @@ -55,8 +55,8 @@ public: void set_property(const std::string& key, const std::string& value); std::vector get_children() const; - void extract_xbt_graph(const s_xbt_graph_t* graph, std::map* nodes, - std::map* edges); + void extract_xbt_graph(const s_xbt_graph_t* graph, std::map>* nodes, + std::map>* edges); /* Add content to the netzone, at parsing time. It should be sealed afterward. */ int add_component(kernel::routing::NetPoint* elm); /* A host, a router or a netzone, whatever */