diff options
author | Volker Lendecke <vl@samba.org> | 2012-03-24 13:49:40 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2012-04-17 10:21:00 +0200 |
commit | bd9178506ed8796a0aa7e4e757f2adc20dcae4f8 (patch) | |
tree | cdc1b73e0118c40a62da321b8642d68577f65812 /source3/wscript_build | |
parent | ba8f19c556724aaa2de71473234f8bab1f301a7f (diff) | |
download | samba-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-x | source3/wscript_build | 2 |
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) |