Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Document the fact that dynar can now be synchronized
[simgrid.git] / ChangeLog
index 11f30bd..e73f206 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -39,6 +39,8 @@ SimGrid (3.3-cvs) unstable; urgency=low
     only).
   * New module: xbt/queue [Mt]
     classical producer/consumer synchronization scheme
+  * xbt_dynar_new_sync() creates a synchronized dynar. All access
+    (using the classical functions will get serialized) [Mt]
 
  --