summaryrefslogtreecommitdiff
path: root/ctdb/tests/src/protocol_common.h
diff options
context:
space:
mode:
authorMartin Schwenke <martin@meltin.net>2017-09-05 10:52:58 +1000
committerMartin Schwenke <martins@samba.org>2017-09-19 13:30:26 +0200
commite50cb8cb5213cf1f876a70638f37b2f8b3d36baa (patch)
tree1508193635c7dd313c31e89549580c1d5a1c055c /ctdb/tests/src/protocol_common.h
parentd6f9cd19fdc815f898865ab5fbfd814577ad72dd (diff)
downloadsamba-e50cb8cb5213cf1f876a70638f37b2f8b3d36baa.tar.gz
ctdb-protocol: Add marshalling for ctdb_connection_list
Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
Diffstat (limited to 'ctdb/tests/src/protocol_common.h')
-rw-r--r--ctdb/tests/src/protocol_common.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/ctdb/tests/src/protocol_common.h b/ctdb/tests/src/protocol_common.h
index 01b1e34a440..ae51dfdc00c 100644
--- a/ctdb/tests/src/protocol_common.h
+++ b/ctdb/tests/src/protocol_common.h
@@ -238,6 +238,11 @@ void fill_ctdb_connection(TALLOC_CTX *mem_ctx, struct ctdb_connection *p);
void verify_ctdb_connection(struct ctdb_connection *p1,
struct ctdb_connection *p2);
+void fill_ctdb_connection_list(TALLOC_CTX *mem_ctx,
+ struct ctdb_connection_list *p);
+void verify_ctdb_connection_list(struct ctdb_connection_list *p1,
+ struct ctdb_connection_list *p2);
+
void fill_ctdb_tunable(TALLOC_CTX *mem_ctx, struct ctdb_tunable *p);
void verify_ctdb_tunable(struct ctdb_tunable *p1, struct ctdb_tunable *p2);