Fix incorrect comment for count in clusterMsg (#381)
The "count" field of clusterMsg is only used for gossip. Signed-off-by: Ben Totten <btotten@amazon.com> Co-authored-by: Ben Totten <btotten@amazon.com>
This commit is contained in:
parent
2e926b2de1
commit
19c4c647e0
@ -211,7 +211,7 @@ typedef struct {
|
||||
uint16_t ver; /* Protocol version, currently set to CLUSTER_PROTO_VER. */
|
||||
uint16_t port; /* Primary port number (TCP or TLS). */
|
||||
uint16_t type; /* Message type */
|
||||
uint16_t count; /* Only used for some kind of messages. */
|
||||
uint16_t count; /* Number of gossip sections. */
|
||||
uint64_t currentEpoch; /* The epoch accordingly to the sending node. */
|
||||
uint64_t configEpoch; /* The config epoch if it's a master, or the last
|
||||
epoch advertised by its master if it is a
|
||||
|
Loading…
x
Reference in New Issue
Block a user