]> sourceware.org Git - dm.git/commit
o Added a lib to handle locking - the multilog lib attempts to load it,
authorAJ Lewis <alewis@redhat.com>
Wed, 4 May 2005 17:55:12 +0000 (17:55 +0000)
committerAJ Lewis <alewis@redhat.com>
Wed, 4 May 2005 17:55:12 +0000 (17:55 +0000)
commitc5af50a787755eeac55d3e6ae2016d309a24a5d2
treebc027b00c2cfa40d1ce98f012e5e55bbd2913800
parentddef591c779ab1b3a2012f1241a49cc87c58c776
 o Added a lib to handle locking - the multilog lib attempts to load it,
   and if it fails because the binary wasn't compiled with pthread support
   it just uses NOP locking.  If it fails for any other reason, it fails
   adding locking.
 o added libmultilog_pthread_lock library that just does pthread mutex
   locking
configure
configure.in
multilog/Makefile.in
multilog/libmultilog.c
multilog/libmultilog.h
multilog/pthread_lock/.exported_symbols [new file with mode: 0644]
multilog/pthread_lock/Makefile.in [new file with mode: 0644]
multilog/pthread_lock/pthread_lock.c [new file with mode: 0644]
multilog/pthread_lock/pthread_lock.h [new file with mode: 0644]
This page took 0.025739 seconds and 5 git commands to generate.