summaryrefslogtreecommitdiff
path: root/source3/torture/torture.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2012-02-15 12:26:59 +0100
committerVolker Lendecke <vl@samba.org>2012-04-17 10:21:01 +0200
commit48a485b6396ba020df1c47cbecd6c9fe442ac8a5 (patch)
tree645c20b25aa77e99aec70927e8190a1f0eb90ae1 /source3/torture/torture.c
parent94cf5cc284ba908675ed5fd573dd101d7b9bad02 (diff)
downloadsamba-48a485b6396ba020df1c47cbecd6c9fe442ac8a5.tar.gz
samba-48a485b6396ba020df1c47cbecd6c9fe442ac8a5.tar.bz2
samba-48a485b6396ba020df1c47cbecd6c9fe442ac8a5.zip
s3: Add a second ctdb connect library
The existing one is not async at all.
Diffstat (limited to 'source3/torture/torture.c')
-rw-r--r--source3/torture/torture.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/torture/torture.c b/source3/torture/torture.c
index 5214e1319d..0c421b5342 100644
--- a/source3/torture/torture.c
+++ b/source3/torture/torture.c
@@ -8917,6 +8917,7 @@ static struct {
{ "LOCAL-SUBSTITUTE", run_local_substitute, 0},
{ "LOCAL-GENCACHE", run_local_gencache, 0},
{ "LOCAL-TALLOC-DICT", run_local_talloc_dict, 0},
+ { "LOCAL-CTDB-CONN", run_ctdb_conn, 0},
{ "LOCAL-BASE64", run_local_base64, 0},
{ "LOCAL-RBTREE", run_local_rbtree, 0},
{ "LOCAL-MEMCACHE", run_local_memcache, 0},