X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7ad273d7c9193af5218240d976212f4aaa70f350..745de4b9b7e938a60ebc8a57286f795bd7ca112d:/src/s4u/s4u_host.cpp diff --git a/src/s4u/s4u_host.cpp b/src/s4u/s4u_host.cpp index e58eead5f5..bffb0714c6 100644 --- a/src/s4u/s4u_host.cpp +++ b/src/s4u/s4u_host.cpp @@ -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()