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
64e93ed5
Commit
64e93ed5
authored
Aug 10, 2015
by
Willem Thiart
Browse files
Added ticketd to README
parent
54eb26df
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.rst
View file @
64e93ed5
...
@@ -12,7 +12,9 @@ How does it work?
...
@@ -12,7 +12,9 @@ How does it work?
-----------------
-----------------
See raft.h for full documentation.
See raft.h for full documentation.
A CRaft user needs to implement all the functions in raft_cbs_t.
See `ticketd <https://github.com/willemt/ticketd>`_ for real life use of the raft library.
A user needs to implement all the functions in raft_cbs_t.
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:
...
@@ -25,7 +27,10 @@ There are no dependencies, however https://github.com/willemt/linked-List-queue
...
@@ -25,7 +27,10 @@ There are no dependencies, however https://github.com/willemt/linked-List-queue
Building
Building
--------
--------
$make tests
.. code-block:: bash
:class: ignore
make tests
Todo
Todo
----
----
...
...
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