]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
ctdb-daemon: Drop unused ban_state element from CTDB node structure
authorMartin Schwenke <martin@meltin.net>
Wed, 29 Jul 2020 03:39:03 +0000 (13:39 +1000)
committerAmitay Isaacs <amitay@samba.org>
Fri, 22 Jul 2022 16:09:31 +0000 (16:09 +0000)
Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
ctdb/include/ctdb_private.h

index 3193005db75c87c14ca94256cee0fd4d6c09bc1b..3395f077ab93b1a88ef625ead69927f2c180150c 100644 (file)
@@ -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; 
 };
 
 /*