Skip to content

Commit f968d2c

Browse files
committed
let progress tracker public
Signed-off-by: tier-cap <[email protected]>
1 parent 2357cb2 commit f968d2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/raft.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ pub struct RaftCore<T: Storage> {
265265
/// A struct that represents the raft consensus itself. Stores details concerning the current
266266
/// and possible state the system can take.
267267
pub struct Raft<T: Storage> {
268-
prs: ProgressTracker,
268+
pub prs: ProgressTracker,
269269

270270
/// The list of messages.
271271
pub msgs: Vec<Message>,

0 commit comments

Comments
 (0)