Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add the properties as argument to NetZoneImpl->createHost
[simgrid.git] / src / s4u / s4u_host.cpp
index e58eead..bffb071 100644 (file)
@@ -46,6 +46,7 @@ Host::Host(const char* name)
 {
   xbt_assert(Host::by_name_or_null(name) == nullptr, "Refusing to create a second host named '%s'.", name);
   host_list[name_] = this;
+  new simgrid::surf::HostImpl(this, nullptr);
 }
 
 Host::~Host()