diff options
author | Martin Schwenke <martin@meltin.net> | 2017-09-05 10:52:58 +1000 |
---|---|---|
committer | Martin Schwenke <martins@samba.org> | 2017-09-19 13:30:26 +0200 |
commit | e50cb8cb5213cf1f876a70638f37b2f8b3d36baa (patch) | |
tree | 1508193635c7dd313c31e89549580c1d5a1c055c /ctdb/tests/src/protocol_common.h | |
parent | d6f9cd19fdc815f898865ab5fbfd814577ad72dd (diff) | |
download | samba-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.h | 5 |
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); |