Commit b98cc4e9 authored by willem's avatar willem
Browse files

Fixes to readme

parent 35262486
...@@ -11,6 +11,7 @@ How does it work? ...@@ -11,6 +11,7 @@ How does it work?
See raft.h for full documentation. See raft.h for full documentation.
Networking is out of scope for this project. The implementor will need to do all the plumbing. *Currently*, this is done by: Networking is out of scope for this project. The implementor will need to do all the plumbing. *Currently*, this is done by:
- Implementing all the callbacks within raft_cbs_t; and - Implementing all the callbacks within raft_cbs_t; and
- Calling raft_recv_.* functions with msg_.* message structs - Calling raft_recv_.* functions with msg_.* message structs
......
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