Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
MC: rename remote/Client into remote/AppSide
[simgrid.git] / ChangeLog
index 6b426d95589245d2ac7ac14498e6f1de743974ad..e302c5e9fedc691aaefc70efaca17199cd1f48e4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -20,6 +20,10 @@ Important user-visible changes:
 S4U:
  - the on_exit() of each actor is also executed when the simulation deadlocks.
 
+C binding:
+ - The return type of the sg_actor_on_exit() callbacks is now 'void'
+   (int value was previously ignored)
+
 General:
  - LTO is now enabled for Intel/clang compilers.
  - LTO behavior on GCC can be parameterized using LTO_EXTRA_FLAG in cmake.