s3: Add dbwrap_cache
commitbd9178506ed8796a0aa7e4e757f2adc20dcae4f8
authorVolker Lendecke <vl@samba.org>
Sat, 24 Mar 2012 12:49:40 +0000 (24 13:49 +0100)
committerVolker Lendecke <vl@samba.org>
Tue, 17 Apr 2012 08:21:00 +0000 (17 10:21 +0200)
treecdc1b73e0118c40a62da321b8642d68577f65812
parentba8f19c556724aaa2de71473234f8bab1f301a7f
s3: Add dbwrap_cache

This is a caching layer for the notify database and potentially for the brlock
database. It caches the parse_record operation as long as the underlying seqnum
does not change.
source3/Makefile.in
source3/lib/dbwrap/dbwrap_cache.c [new file with mode: 0644]
source3/lib/dbwrap/dbwrap_cache.h [new file with mode: 0644]
source3/wscript_build