summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2012-03-24 13:49:40 +0100
committerVolker Lendecke <vl@samba.org>2012-04-17 10:21:00 +0200
commitbd9178506ed8796a0aa7e4e757f2adc20dcae4f8 (patch)
treecdc1b73e0118c40a62da321b8642d68577f65812 /source3/wscript_build
parentba8f19c556724aaa2de71473234f8bab1f301a7f (diff)
downloadsamba-bd9178506ed8796a0aa7e4e757f2adc20dcae4f8.tar.gz
samba-bd9178506ed8796a0aa7e4e757f2adc20dcae4f8.tar.bz2
samba-bd9178506ed8796a0aa7e4e757f2adc20dcae4f8.zip
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.
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-xsource3/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index a10ceb15d1..f356e2b276 100755
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -1087,7 +1087,7 @@ bld.SAMBA3_SUBSYSTEM('tdb-wrap3',
vars=locals())
bld.SAMBA3_LIBRARY('dbwrap',
- source='lib/dbwrap/dbwrap.c lib/dbwrap/dbwrap_util.c lib/dbwrap/dbwrap_rbt.c',
+ source='lib/dbwrap/dbwrap.c lib/dbwrap/dbwrap_util.c lib/dbwrap/dbwrap_rbt.c lib/dbwrap/dbwrap_cache.c',
deps='samba-util UTIL_TDB errors',
private_library=True)