mirror of
https://github.com/status-im/nim-raft.git
synced 2025-03-03 14:20:35 +00:00
Stuff
This commit is contained in:
parent
d4d0ebbc50
commit
3601b6c899
@ -78,7 +78,7 @@ type
|
|||||||
msg_send_callback: RAFTMessageSendCallback
|
msg_send_callback: RAFTMessageSendCallback
|
||||||
persistent_storage: RAFTNodePersistentStorage
|
persistent_storage: RAFTNodePersistentStorage
|
||||||
|
|
||||||
# Persistent state
|
# Node Persistent state
|
||||||
id: RAFTNodeId # This RAFT Node ID
|
id: RAFTNodeId # This RAFT Node ID
|
||||||
state: RAFTNodeState # This RAFT Node State
|
state: RAFTNodeState # This RAFT Node State
|
||||||
current_term: RAFTNodeTerm # Latest term this RAFT Node has seen (initialized to 0 on first boot, increases monotonically)
|
current_term: RAFTNodeTerm # Latest term this RAFT Node has seen (initialized to 0 on first boot, increases monotonically)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user