]> git.ozlabs.org Git - ccan/commit
tdb2: TDB_SEQNUM and tdb_get_seqnum support.
authorRusty Russell <rusty@rustcorp.com.au>
Thu, 17 Mar 2011 11:42:20 +0000 (22:12 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 17 Mar 2011 11:42:20 +0000 (22:12 +1030)
commit8d8de08d9079f503256e1682dfa93bb22dcd4ad0
treed2382619836bdcc6ef66feed59b15e32120debb5
parent6fdff621a98f161701f79b3da64e461feaa21952
tdb2: TDB_SEQNUM and tdb_get_seqnum support.

As per TDB1, except that the sequence number is 63 bit.
ccan/tdb2/io.c
ccan/tdb2/open.c
ccan/tdb2/private.h
ccan/tdb2/tdb.c
ccan/tdb2/tdb2.h
ccan/tdb2/test/failtest_helper.h
ccan/tdb2/test/run-81-seqnum.c [new file with mode: 0644]