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)
commitd8c070a550736ccfa09c9babfd477d362a74decf
tree6e18aebbfda051fb8745f586f3c11deaea9bb0da
parent233e4f72d63e074692662ac4f6a523ad8a893c57
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.
(This used to be commit 3767e755db7b58aee4ff375896beb00b133cc413)
source4/lib/basic.mk
source4/lib/dbwrap/config.mk [new file with mode: 0644]
source4/lib/dbwrap/dbwrap.c [new file with mode: 0644]
source4/lib/dbwrap/dbwrap.h [new file with mode: 0644]
source4/lib/dbwrap/dbwrap_tdb.c [new file with mode: 0644]