From: mquinson Date: Tue, 17 Jul 2007 14:10:04 +0000 (+0000) Subject: Document the fact that dynar can now be synchronized X-Git-Tag: v3.3~1526 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/3aa863830d54f053bdf04c3ebfc23c3debbf6d02 Document the fact that dynar can now be synchronized git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3834 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/ChangeLog b/ChangeLog index 11f30bd546..e73f2067de 100644 --- 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] --