X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/40a6b57b33ba92df9a10600b8d6fa10fff80c9d2..2b25572a70e706e00d6161c2ea4e2605830b76ac:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 890a01056d..7a3c19a961 100644 --- a/ChangeLog +++ b/ChangeLog @@ -19,7 +19,7 @@ SimGrid (3.12) NOT RELEASED; urgency=low - Sanitize the interface in MSG_task_ module: - Merge two functions that were close enough but misleading: set_compute_duration(t) -> set_flops_amount(t) - get_remaining_computation(t) -> set_flops_amount(t) + get_remaining_computation(t) -> get_flops_amount(t) - set_data_size(t) -> set_bytes_amount(t) get_data_size(t) -> get_bytes_amount(t) - Massive cleanups in the functions related to the energy