diff options
author | Volker Lendecke <vl@samba.org> | 2012-02-15 15:17:33 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2012-04-19 22:24:18 +0200 |
commit | 99fa29ae09da5bd2e860bca914a7314586a27994 (patch) | |
tree | f8cab02721f52f0daa03b57d2199c3d1be4526c6 /source3/wscript_build | |
parent | 61c97506e8ccb878d06edae72f4216ad58b96a9b (diff) | |
download | samba-99fa29ae09da5bd2e860bca914a7314586a27994.tar.gz samba-99fa29ae09da5bd2e860bca914a7314586a27994.tar.bz2 samba-99fa29ae09da5bd2e860bca914a7314586a27994.zip |
s3-dbwrap: Add dbwrap_record_watch_send/recv
With this API you can asynchronously wait for a record to be modified
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-x | source3/wscript_build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index cdb179a2ec..0a49015071 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -6,6 +6,7 @@ import samba_version, samba3 TDB_LIB_SRC = ''' lib/dbwrap/dbwrap_open.c lib/dbwrap/dbwrap_ctdb.c + lib/dbwrap/dbwrap_watch.c lib/g_lock.c''' TDB_VALIDATE_SRC = '''lib/tdb_validate.c''' @@ -560,6 +561,7 @@ SMBTORTURE_SRC1 = '''torture/torture.c torture/nbio.c torture/scanner.c torture/ torture/test_msg.c torture/test_notify.c lib/tevent_barrier.c + torture/test_dbwrap_watch.c torture/t_strappend.c''' SMBTORTURE_SRC = '''${SMBTORTURE_SRC1} |