X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/eed44dba29b96f46ba9a25680281ef824101ba37..b291a429a3c31317cb0b2144cbf626f27f870ad8:/src/surf/network_interface.cpp diff --git a/src/surf/network_interface.cpp b/src/surf/network_interface.cpp index 4ffd1df006..6b13a681ab 100644 --- a/src/surf/network_interface.cpp +++ b/src/surf/network_interface.cpp @@ -159,7 +159,7 @@ void LinkImpl::seal() { xbt_assert(this->get_model(), "Cannot seal Link(%s) without setting the Network model first", this->get_cname()); Resource::seal(); - simgrid::s4u::Link::on_creation(*get_iface()); + s4u::Link::on_creation(*get_iface()); } void LinkImpl::on_bandwidth_change() const