X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1b855f0792a4724988cc29aa301c0b25cc170f3c..7b21162e1dde8f8d4b9d85c53fdbb6b5bd2eca6e:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 3b9c5c3908..5e009d395f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -54,6 +54,9 @@ SMPI: C binding and interface: - The return type of the sg_actor_on_exit() callbacks is now 'void' (int value was previously ignored) + - Many C functions were renamed to follow a common naming style + (sg_object_get_something and sg_object_set_something). As usual, the deprecated + names are kept until version 3.30. - Many MSG tests were converted to the new S4U's interface in C, that was extended for that.