r24283: added a dbwrap API for temporary databases, based on the one from the
authorAndrew Tridgell <tridge@samba.org>
Thu, 9 Aug 2007 06:34:20 +0000 (06:34 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 20:01:35 +0000 (15:01 -0500)
commit3767e755db7b58aee4ff375896beb00b133cc413
tree58c9704593127dc7a7ebd4aa9ffdca77ebbcfd64
parenta650ad8b37d58ba64458a33313714d1abfc4850b
r24283: added a dbwrap API for temporary databases, based on the one from the
s3 clustering code.

This commit just establishes the API. The ctdb backend for this will
come soon.
source/lib/basic.mk
source/lib/dbwrap/config.mk [new file with mode: 0644]
source/lib/dbwrap/dbwrap.c [new file with mode: 0644]
source/lib/dbwrap/dbwrap.h [new file with mode: 0644]
source/lib/dbwrap/dbwrap_tdb.c [new file with mode: 0644]