Commit c2b045ca authored by Willem Thiart's avatar Willem Thiart
Browse files

Fix comment

parent 41075202
...@@ -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
) ( ) (
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment