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
c2b045ca
Commit
c2b045ca
authored
Dec 21, 2015
by
Willem Thiart
Browse files
Fix comment
parent
41075202
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/raft.h
View file @
c2b045ca
...
@@ -171,8 +171,7 @@ typedef int (
...
@@ -171,8 +171,7 @@ typedef int (
/** Callback for detecting when non-voting nodes have obtained enough logs.
/** Callback for detecting when non-voting nodes have obtained enough logs.
* @param[in] raft The Raft server making this callback
* @param[in] raft The Raft server making this callback
* @param[in] user_data User data that is passed from Raft server
* @param[in] user_data User data that is passed from Raft server
* @param[in] node The node
* @param[in] node The node */
* @return 0 on success */
typedef
void
(
typedef
void
(
*
func_node_has_sufficient_logs_f
*
func_node_has_sufficient_logs_f
)
(
)
(
...
...
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