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
RedisLabs Raft
Commits
59a177bf
Unverified
Commit
59a177bf
authored
Apr 13, 2023
by
Ozan Tezcan
Committed by
GitHub
Apr 13, 2023
Browse files
Fix compile warning (#157)
parent
f87034bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/raft.h
View file @
59a177bf
...
...
@@ -907,7 +907,7 @@ typedef struct raft_log_impl
* Election timeout defaults to 1000 milliseconds
*
* @return newly initialised Raft server */
raft_server_t
*
raft_new
();
raft_server_t
*
raft_new
(
void
);
/** Initializes a new Raft server with a custom Raft Log implementation.
*
...
...
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