X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d8d9b58131bfeed28a5c1458ea2bee892121e3a6..88484c0d38f0a3ad966430648bec4cb4e46c89a7:/ChangeLog diff --git a/ChangeLog b/ChangeLog index b6d0e20465..f18d137b43 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,9 @@ SimGrid (3.18) NOT RELEASED YET (target: December 24 2017) Mailbox::getCname() instead to get a char*. - Storage::getName() changed to return a std::string, use Storage::getCname() instead to get a char*. + - simgrid::s4u::allStorages() becomes + simgrid::s4u::getStorageList(whereTo) to have both allocation + and deallocation of the map in user space. MSG - Deprecate MSG_task_get_flops_amount(). Its semantic was weird: @@ -25,7 +28,7 @@ SimGrid (3.18) NOT RELEASED YET (target: December 24 2017) PLUGINS: - New link_energy plugin for the consumption of the links. - - Most of the operations on files and storage contents have been + - All of the operations on files and storage contents have been packaged into a plugin (src/plugins/file_system). The current public interface can be found in include/simgrid/plugins/file_system.h