Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
4f67d0b6
Unverified
Commit
4f67d0b6
authored
Dec 16, 2020
by
Wen Hui
Committed by
GitHub
Dec 16, 2020
Browse files
fix wrong comment in cluster.h (#8191)
parent
1f42bd70
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/cluster.h
View file @
4f67d0b6
...
...
@@ -40,7 +40,7 @@ typedef struct clusterLink {
sds
sndbuf
;
/* Packet send buffer */
char
*
rcvbuf
;
/* Packet reception buffer */
size_t
rcvbuf_len
;
/* Used size of rcvbuf */
size_t
rcvbuf_alloc
;
/*
Us
ed size of rcvbuf */
size_t
rcvbuf_alloc
;
/*
Allocat
ed size of rcvbuf */
struct
clusterNode
*
node
;
/* Node related to this link if any, or NULL */
}
clusterLink
;
...
...
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