Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics in cpu_ti
[simgrid.git] / src / s4u / s4u_link.cpp
index 02e0102..b366521 100644 (file)
@@ -94,7 +94,7 @@ const char* Link::name()
 }
 bool Link::isUsed()
 {
-  return this->pimpl_->isUsed();
+  return this->pimpl_->is_used();
 }
 
 double Link::latency()