Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Simcalls are not allowed on exit, even when cheating with raii.
[simgrid.git] / ChangeLog
index 4108344..191b780 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -74,11 +74,13 @@ Python:
    - Mailbox: Mailbox.by_name()
  - Added the following bindings:
      - this_actor.warning()
-     - Mailbox.put_init() [example: examples/python/comm-waitallfor]
-     - Comm.detach() [example: examples/python/comm-waitallfor]
+     - Mailbox.put_init() [example: examples/python/comm-waitallfor/]
+     - Comm.detach() [example: examples/python/comm-waitallfor/]
      - Comm.wait_for() [example: examples/python/comm-waitfor/]
      - Comm.wait_any_for()
-     - Comm.wait_all_for() [example: examples/python/comm-waitallfor]
+     - Comm.wait_all_for() [example: examples/python/comm-waitallfor/]
+     - Mutex [example: examples/python/synchro-mutex/]
+     - Barrier [example: examples/python/synchro-barrier/]
 
 Build System:
  - Remove target "make uninstall" which was incomplete and no longer maintained.