summaryrefslogtreecommitdiff
path: root/ctdb/include
diff options
context:
space:
mode:
authorMartin Schwenke <martin@meltin.net>2014-07-31 15:28:52 +1000
committerAmitay Isaacs <amitay@samba.org>2015-05-10 03:22:13 +0200
commiteb206f5d30014f8f74a5db9930e372a0c1a83822 (patch)
treebe8b95217bc06d67641e881ecf0c98a2412828bb /ctdb/include
parentc3d6678dbc3e26dfb7f4714c9d171c2e82d9af7c (diff)
downloadsamba-eb206f5d30014f8f74a5db9930e372a0c1a83822.tar.gz
ctdb-daemon: Remove unused capabilities field from struct ctdb_node
Update the ctdb tool test stub code to cope. Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
Diffstat (limited to 'ctdb/include')
-rw-r--r--ctdb/include/ctdb_private.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/ctdb/include/ctdb_private.h b/ctdb/include/ctdb_private.h
index 532f8595869..3391560421c 100644
--- a/ctdb/include/ctdb_private.h
+++ b/ctdb/include/ctdb_private.h
@@ -222,11 +222,6 @@ struct ctdb_node {
uint32_t rx_cnt;
uint32_t tx_cnt;
- /* used to track node capabilities, is only valid/tracked inside the
- recovery daemon.
- */
- uint32_t capabilities;
-
/* a list of controls pending to this node, so we can time them out quickly
if the node becomes disconnected */
struct daemon_control_state *pending_controls;