summaryrefslogtreecommitdiff
path: root/source3/torture/proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2012-02-15 15:17:33 +0100
committerVolker Lendecke <vl@samba.org>2012-04-19 22:24:18 +0200
commit99fa29ae09da5bd2e860bca914a7314586a27994 (patch)
treef8cab02721f52f0daa03b57d2199c3d1be4526c6 /source3/torture/proto.h
parent61c97506e8ccb878d06edae72f4216ad58b96a9b (diff)
downloadsamba-99fa29ae09da5bd2e860bca914a7314586a27994.tar.gz
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/proto.h')
-rw-r--r--source3/torture/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/torture/proto.h b/source3/torture/proto.h
index 3dc23c56996..4fde4488690 100644
--- a/source3/torture/proto.h
+++ b/source3/torture/proto.h
@@ -108,5 +108,6 @@ bool run_ctdb_conn(int dummy);
bool run_msg_test(int dummy);
bool run_notify_bench2(int dummy);
bool run_notify_bench3(int dummy);
+bool run_dbwrap_watch1(int dummy);
#endif /* __TORTURE_H__ */