diff --git a/src/cluster.h b/src/cluster.h index 596a462..ac2b252 100644 --- a/src/cluster.h +++ b/src/cluster.h @@ -112,7 +112,7 @@ typedef struct clusterNodeFailReport { typedef struct clusterNode { mstime_t ctime; /* Node object creation time. */ 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 */ unsigned char slots[CLUSTER_SLOTS/8]; /* slots handled by this node */ int numslots; /* Number of slots handled by this node */