summaryrefslogtreecommitdiff
path: root/ctdb/include/ctdb_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'ctdb/include/ctdb_private.h')
-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;