X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d4854883e75206804034547ff47080ec1a751e35..1067edf07adcaa046abb976e7d92174d608b2d91:/ChangeLog diff --git a/ChangeLog b/ChangeLog index e1a85f9a46..c8084cea5d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -20,6 +20,7 @@ S4U: The behavior of a MessageQueue is similar to that of a Mailbox, but intended for control messages that do not incur any simulated cost. Information is automagically transported over thin air between producer and consumer. See examples/cpp/mess-wait + - New function: Mutex::get_owner() New S4U plugins: - Add a JBOD (just a bunch of disks) concept. It's a sort of host with many disks. @@ -42,7 +43,7 @@ sthread: - Allow to use on valgrind-observed processes - Install sthread on user's disk. - Implement recursive pthreads. - - Implement pthread_barrier. + - Implement pthread_barrier and pthread_cond. - Add some McMini codes to test sthread further (controlled with enable_testsuite_McMini). Model checking: