Commit 67ead6cb authored by Willem Thiart's avatar Willem Thiart
Browse files

Fix: outdated documentation

parent 9bdf41b5
......@@ -345,9 +345,6 @@ void raft_clear(raft_server_t* me);
void raft_set_callbacks(raft_server_t* me, raft_cbs_t* funcs, void* user_data);
/** Add node.
*
* @note This library does not yet support membership changes.
* Once raft_periodic has been run this will fail.
*
* If a voting node already exists the call will fail.
*
......
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