Commit 35262486 authored by willem's avatar willem
Browse files

Fixed bullet points

parent 9209de5f
...@@ -11,8 +11,8 @@ How does it work? ...@@ -11,8 +11,8 @@ 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:
1) Implementing all the callbacks within raft_cbs_t. - Implementing all the callbacks within raft_cbs_t; and
2) Calling raft_recv_.* functions with msg_.* message structs - Calling raft_recv_.* functions with msg_.* message structs
Dependencies Dependencies
------------ ------------
......
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