Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
make host's pimpl_netpoint private
[simgrid.git] / src / instr / instr_paje_containers.cpp
index 95bf51d..69bd672 100644 (file)
@@ -69,7 +69,7 @@ HostContainer::HostContainer(simgrid::s4u::Host const& host, NetZoneContainer* f
 {
   xbt_assert(father, "Only the Root container has no father");
 
-  netpoint_ = host.pimpl_netpoint;
+  netpoint_ = host.get_netpoint();
   xbt_assert(netpoint_, "Element '%s' not found", host.get_cname());
 
   trivaNodeTypes.insert(type_->get_name());