Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Document the fact that dynar can now be synchronized
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 17 Jul 2007 14:10:04 +0000 (14:10 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 17 Jul 2007 14:10:04 +0000 (14:10 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3834 48e7efb5-ca39-0410-a469-dd3cf9ba447f

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]
 
  --