X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/04f2226028a38d3e30f5d7d30ef53b7274f34cca..0879f7b24ef5f62121c260ef9d22054e10e0e078:/include/simgrid/s4u/NetZone.hpp diff --git a/include/simgrid/s4u/NetZone.hpp b/include/simgrid/s4u/NetZone.hpp index c05a251082..4ba3ef2a2e 100644 --- a/include/simgrid/s4u/NetZone.hpp +++ b/include/simgrid/s4u/NetZone.hpp @@ -48,7 +48,7 @@ public: char* name(); NetZone* father(); - xbt_dict_t children(); // Sub netzones + std::vector* children(); // Sub netzones std::vector* hosts(); // my content as a vector of hosts /** Get the properties assigned to a host */ @@ -80,7 +80,7 @@ private: bool sealed_ = false; // We cannot add more content when sealed - xbt_dict_t children_ = xbt_dict_new_homogeneous(nullptr); // sub-netzones + std::vector* children_; // sub-netzones }; } }; // Namespace simgrid::s4u