Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
further prepare the elegant death of dynars
[simgrid.git] / include / simgrid / s4u / NetZone.hpp
index 6b738f17565691ed773172ff35f99dcab4ef0746..d04ad90fa9d6bca57f0a73404c7b668f0b6e658a 100644 (file)
@@ -48,7 +48,7 @@ public:
   NetZone* father();
 
   xbt_dict_t children(); // Sub netzones
   NetZone* father();
 
   xbt_dict_t children(); // Sub netzones
-  xbt_dynar_t hosts();   // my content as a dynar
+  std::vector<Host*> hosts(); // my content as a vector of hosts
 
   /** Get the properties assigned to a host */
   std::unordered_map<std::string, std::string>* properties();
 
   /** Get the properties assigned to a host */
   std::unordered_map<std::string, std::string>* properties();