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
Willemt Raft
Commits
8d1003a1
Commit
8d1003a1
authored
Aug 04, 2015
by
Willem Thiart
Browse files
Used unsigned int for length
parent
550a13ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/raft.h
View file @
8d1003a1
...
...
@@ -38,7 +38,7 @@ typedef struct
typedef
struct
{
void
*
buf
;
u
int32_
t
len
;
u
nsigned
in
t
len
;
}
msg_entry_data_t
;
typedef
struct
...
...
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