diff options
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd-sm.h')
-rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-sm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-sm.h b/xlators/mgmt/glusterd/src/glusterd-sm.h index 72fc811e71a..3d54c4e9db2 100644 --- a/xlators/mgmt/glusterd/src/glusterd-sm.h +++ b/xlators/mgmt/glusterd/src/glusterd-sm.h @@ -70,6 +70,7 @@ struct glusterd_peerinfo_ { struct list_head op_peers_list; struct list_head hostnames; struct rpc_clnt *rpc; + int connected; }; typedef struct glusterd_peerinfo_ glusterd_peerinfo_t; |