Skip to content

Commit

Permalink
fix initial
Browse files Browse the repository at this point in the history
Signed-off-by: Little-Wallace <[email protected]>
  • Loading branch information
Little-Wallace committed Aug 30, 2020
1 parent 636cbe4 commit 7fa728e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/raft.rs
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ impl<T: Storage> Raft<T> {
logger.clone(),
),
msgs: Default::default(),
heartbeats: Default::default(),
r: RaftCore {
id: c.id,
read_states: Default::default(),
Expand Down

0 comments on commit 7fa728e

Please sign in to comment.