summaryrefslogtreecommitdiff
path: root/ctdb/include/ctdb_protocol.h
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2016-04-21 15:24:24 +1000
committerMartin Schwenke <martins@samba.org>2016-04-23 23:55:15 +0200
commit1bd461fed56275cc8925d5f3dc8cec0ef3c47e58 (patch)
treedfcf7de4a41c7bd64b22eb44dbf3b62cc73dbe53 /ctdb/include/ctdb_protocol.h
parent2e2dfae98c1c5b9c755407cd7b021e37bd13dbd8 (diff)
downloadsamba-1bd461fed56275cc8925d5f3dc8cec0ef3c47e58.tar.gz
ctdb-protocol: Remove data structures for obsolete server_id controls
Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Martin Schwenke <martin@meltin.net>
Diffstat (limited to 'ctdb/include/ctdb_protocol.h')
-rw-r--r--ctdb/include/ctdb_protocol.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/ctdb/include/ctdb_protocol.h b/ctdb/include/ctdb_protocol.h
index feea114a123..2b2fd76b69f 100644
--- a/ctdb/include/ctdb_protocol.h
+++ b/ctdb/include/ctdb_protocol.h
@@ -214,11 +214,6 @@ struct ctdb_dbid_map_old {
struct ctdb_dbid dbs[1];
};
-struct ctdb_client_id_list_old {
- uint32_t num;
- struct ctdb_client_id server_ids[1];
-};
-
/* the list of tcp tickles used by get/set tcp tickle list */
struct ctdb_tickle_list_old {
ctdb_sock_addr addr;