From: Martin Schwenke Date: Wed, 29 Jul 2020 03:39:03 +0000 (+1000) Subject: ctdb-daemon: Drop unused ban_state element from CTDB node structure X-Git-Tag: tevent-0.13.0~50 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=440bd86a9925bd5b97fd5130e3e5a4ac104ee5dd;p=thirdparty%2Fsamba.git ctdb-daemon: Drop unused ban_state element from CTDB node structure Signed-off-by: Martin Schwenke Reviewed-by: Amitay Isaacs --- diff --git a/ctdb/include/ctdb_private.h b/ctdb/include/ctdb_private.h index 3193005db75..3395f077ab9 100644 --- a/ctdb/include/ctdb_private.h +++ b/ctdb/include/ctdb_private.h @@ -88,9 +88,6 @@ struct ctdb_node { /* 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; - - /* used by the recovery daemon to track when a node should be banned */ - struct ctdb_banning_state *ban_state; }; /*