Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Change some calls to get_cname to calls to get_name.
[simgrid.git] / src / instr / instr_paje_containers.cpp
index 244c9d5..e648aeb 100644 (file)
@@ -60,7 +60,7 @@ RouterContainer::RouterContainer(std::string name, Container* father)
 }
 
 HostContainer::HostContainer(simgrid::s4u::Host& host, NetZoneContainer* father)
-    : Container::Container(host.get_cname(), "HOST", father)
+    : Container::Container(host.get_name(), "HOST", father)
 {
   xbt_assert(father, "Only the Root container has no father");