X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/bcda50d908652a231af89aa5764f6f20d6e7f271..eb0c02dd955faf07077c381f0aaf262081d61c77:/ChangeLog diff --git a/ChangeLog b/ChangeLog index b35e98a0a4..486acd8cc1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -24,6 +24,10 @@ C API: - Introduce sg_activity_set_t and deprecate wait_all/wait_any/test_any for Exec, Io and Comm. +Plugins: + - Revamp the battery plugin: rewrite completely the API, for a better usability. + The examples were updated accordingly. + ---------------------------------------------------------------------------- SimGrid (3.34) June 26. 2023 @@ -66,10 +70,10 @@ S4U: That is, callbacks registered in Exec::on_suspend_cb will not be fired for Comms nor Ios. New S4U plugins: - - Battery: Enable the management of batteries on hosts. + - Battery: Enable the management of batteries. See the examples under examples/cpp/battery-* and the documentation in the Plugins page. - - Photovoltaic: Enable the management of photovoltaic panels on hosts. - See the examples under examples/cpp/photovoltaic-* and the documentation in the Plugins page. + - SolarPanel: Enable the management of solar panels. + See the examples under examples/cpp/solar-panel-* and the documentation in the Plugins page. Kernel: - optimize an internal data structure (use a set instead of a list for ongoing activities),