X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/07c12189c716ea527ddcf8f8b55983213dead2bf..cf07616d00639f39bad49729f9e63b7533eed9a4:/include/simgrid/s4u/NetZone.hpp diff --git a/include/simgrid/s4u/NetZone.hpp b/include/simgrid/s4u/NetZone.hpp index 155a95cf56..d04ad90fa9 100644 --- a/include/simgrid/s4u/NetZone.hpp +++ b/include/simgrid/s4u/NetZone.hpp @@ -48,7 +48,7 @@ public: NetZone* father(); xbt_dict_t children(); // Sub netzones - xbt_dynar_t hosts(); // my content as a dynar + std::vector hosts(); // my content as a vector of hosts /** Get the properties assigned to a host */ std::unordered_map* properties(); @@ -65,7 +65,7 @@ public: /*** Called on each newly created regular route (not on bypass routes) */ static simgrid::xbt::signal* link_list)> + std::vector* link_list)> onRouteCreation; protected: