Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
try to solve the -Wundefined-var-template thing with clang
[simgrid.git] / src / s4u / s4u_Link.cpp
index 8d41270..4280066 100644 (file)
@@ -130,9 +130,9 @@ Link* Link::set_concurrency_limit(int limit)
   return this;
 }
 
-double Link::get_usage() const
+double Link::get_load() const
 {
-  return this->pimpl_->get_constraint()->get_usage();
+  return this->pimpl_->get_constraint()->get_load();
 }
 
 void Link::turn_on()