X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ae701792ae00d4b822b890780619878e0a624980..14262a27cd78687e6a762eff0e58166fd35e5625:/include/simgrid/s4u/NetZone.hpp diff --git a/include/simgrid/s4u/NetZone.hpp b/include/simgrid/s4u/NetZone.hpp index 6b738f1756..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();