From bd9178506ed8796a0aa7e4e757f2adc20dcae4f8 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 24 Mar 2012 13:49:40 +0100 Subject: 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/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/wscript_build') 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) -- cgit