diff options
Diffstat (limited to 'xlators/cluster/dht/src/dht-common.h')
| -rw-r--r-- | xlators/cluster/dht/src/dht-common.h | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/xlators/cluster/dht/src/dht-common.h b/xlators/cluster/dht/src/dht-common.h index ab1b82af2a0..3545c0f995c 100644 --- a/xlators/cluster/dht/src/dht-common.h +++ b/xlators/cluster/dht/src/dht-common.h @@ -202,6 +202,9 @@ struct dht_conf {          uint32_t       dir_spread_cnt;  	struct syncenv *env; /* The env pointer to the rebalance synctask */ + +        /* to keep track of nodes which are decomissioned */ +        xlator_t     **decommissioned_bricks;  };  typedef struct dht_conf dht_conf_t;  | 
