Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics
[simgrid.git] / src / surf / network_interface.cpp
index 4ffd1df..6b13a68 100644 (file)
@@ -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