dbwrap_rbt
authorVolker Lendecke <vl@sernet.de>
Fri, 9 Nov 2007 22:43:24 +0000 (23:43 +0100)
committerVolker Lendecke <vl@samba.org>
Mon, 10 Dec 2007 15:06:32 +0000 (16:06 +0100)
commit54e5d4404619443caed32e2acff8921cdbff9ed1
treeeb65d39d876dc11879e88f76a63db31ae77d2a8d
parentc871fd802f3c0c5ef1f63b2d01a636c885f22b23
dbwrap_rbt

This is meant as a replacement for the internal tdb. To me it seems a bit silly
that for in-memory structures we do our own memory management. With this rbt
based approach we can make use of the system-supplied malloc.
source/Makefile.in
source/lib/dbwrap_rbt.c [new file with mode: 0644]
source/torture/torture.c