]> git.ozlabs.org Git - ccan/commit
Initial TDB import.
authorRusty Russell <rusty@rustcorp.com.au>
Tue, 16 Jun 2009 06:14:44 +0000 (15:44 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 16 Jun 2009 06:14:44 +0000 (15:44 +0930)
commit7104b7bc2e7f9829891477dbb04a9df926a656a7
tree7f8ad44ace7964bdf09dc0670b45a7bae6589ccb
parent8827948b1953c759042f174997c3d28d13988c9c
Initial TDB import.
12 files changed:
ccan/tdb/dump.c [new file with mode: 0644]
ccan/tdb/error.c [new file with mode: 0644]
ccan/tdb/freelist.c [new file with mode: 0644]
ccan/tdb/freelistcheck.c [new file with mode: 0644]
ccan/tdb/io.c [new file with mode: 0644]
ccan/tdb/lock.c [new file with mode: 0644]
ccan/tdb/open.c [new file with mode: 0644]
ccan/tdb/tdb.c [new file with mode: 0644]
ccan/tdb/tdb.h [new file with mode: 0644]
ccan/tdb/tdb_private.h [new file with mode: 0644]
ccan/tdb/transaction.c [new file with mode: 0644]
ccan/tdb/traverse.c [new file with mode: 0644]