修改clusterNode->flags备注
This commit is contained in:
parent
35885d9132
commit
3ed2caa511
@ -112,7 +112,7 @@ typedef struct clusterNodeFailReport {
|
|||||||
typedef struct clusterNode {
|
typedef struct clusterNode {
|
||||||
mstime_t ctime; /* Node object creation time. */
|
mstime_t ctime; /* Node object creation time. */
|
||||||
char name[CLUSTER_NAMELEN]; /* Node name, hex string, sha1-size */
|
char name[CLUSTER_NAMELEN]; /* Node name, hex string, sha1-size */
|
||||||
int flags; /* CLUSTER_NODE_... */
|
int flags; /* CLUSTER_NODE_STATUS */
|
||||||
uint64_t configEpoch; /* Last configEpoch observed for this node */
|
uint64_t configEpoch; /* Last configEpoch observed for this node */
|
||||||
unsigned char slots[CLUSTER_SLOTS/8]; /* slots handled by this node */
|
unsigned char slots[CLUSTER_SLOTS/8]; /* slots handled by this node */
|
||||||
int numslots; /* Number of slots handled by this node */
|
int numslots; /* Number of slots handled by this node */
|
||||||
|
Loading…
Reference in New Issue
Block a user