]> git.ozlabs.org Git - ccan/commitdiff
tdb2: TDB_ATTRIBUTE_FLOCK support
authorRusty Russell <rusty@rustcorp.com.au>
Thu, 7 Apr 2011 07:18:43 +0000 (16:48 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 7 Apr 2011 07:18:43 +0000 (16:48 +0930)
This allows overriding of low-level locking functions.  This allows
special effects such as non-blocking operations, and lock proxying.

We rename some local lock vars to l to avoid -Wshadow warnings.


No differences found