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/torture/torture.c | |
parent | 61c97506e8ccb878d06edae72f4216ad58b96a9b (diff) | |
download | samba-99fa29ae09da5bd2e860bca914a7314586a27994.tar.gz samba-99fa29ae09da5bd2e860bca914a7314586a27994.tar.xz 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/torture/torture.c')
-rw-r--r-- | source3/torture/torture.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/torture/torture.c b/source3/torture/torture.c index 6d60136dae..530e935a5c 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -8921,6 +8921,7 @@ static struct { { "LOCAL-TALLOC-DICT", run_local_talloc_dict, 0}, { "LOCAL-CTDB-CONN", run_ctdb_conn, 0}, { "LOCAL-MSG", run_msg_test, 0}, + { "LOCAL-DBWRAP-WATCH1", run_dbwrap_watch1, 0 }, { "LOCAL-BASE64", run_local_base64, 0}, { "LOCAL-RBTREE", run_local_rbtree, 0}, { "LOCAL-MEMCACHE", run_local_memcache, 0}, |