Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add missing override
[simgrid.git] / ChangeLog
index 345aacc..d68448e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -19,6 +19,7 @@ S4U:
    are fullfiled. If it cannot be started right away, it will start as soon as it becomes
    possible.
  - Allow to set a concurrency limit on disks and hosts, as it was already the case for links.
+ - Rename Link::get_usage() to Link::get_load() for consistency with Host::
 
 New plugin: Operation
  - Operations are designed to represent workflows, i.e, graphs of repeatable Activities.