From eb206f5d30014f8f74a5db9930e372a0c1a83822 Mon Sep 17 00:00:00 2001 From: Martin Schwenke Date: Thu, 31 Jul 2014 15:28:52 +1000 Subject: ctdb-daemon: Remove unused capabilities field from struct ctdb_node Update the ctdb tool test stub code to cope. Signed-off-by: Martin Schwenke Reviewed-by: Amitay Isaacs --- ctdb/include/ctdb_private.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'ctdb/include') 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; -- cgit v1.2.1