Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
d3b32ca4
Commit
d3b32ca4
authored
Jun 13, 2017
by
Salvatore Sanfilippo
Committed by
GitHub
Jun 13, 2017
Browse files
Merge pull request #4034 from amallia/patch-1
Fixed comment in clusterMsg version field
parents
33035cad
591dba80
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/cluster.h
View file @
d3b32ca4
...
@@ -232,7 +232,7 @@ union clusterMsgData {
...
@@ -232,7 +232,7 @@ union clusterMsgData {
typedef
struct
{
typedef
struct
{
char
sig
[
4
];
/* Siganture "RCmb" (Redis Cluster message bus). */
char
sig
[
4
];
/* Siganture "RCmb" (Redis Cluster message bus). */
uint32_t
totlen
;
/* Total length of this message */
uint32_t
totlen
;
/* Total length of this message */
uint16_t
ver
;
/* Protocol version, currently set to
0
. */
uint16_t
ver
;
/* Protocol version, currently set to
1
. */
uint16_t
port
;
/* TCP base port number. */
uint16_t
port
;
/* TCP base port number. */
uint16_t
type
;
/* Message type */
uint16_t
type
;
/* Message type */
uint16_t
count
;
/* Only used for some kind of messages. */
uint16_t
count
;
/* Only used for some kind of messages. */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment