We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2357cb2 commit f968d2cCopy full SHA for f968d2c
src/raft.rs
@@ -265,7 +265,7 @@ pub struct RaftCore<T: Storage> {
265
/// A struct that represents the raft consensus itself. Stores details concerning the current
266
/// and possible state the system can take.
267
pub struct Raft<T: Storage> {
268
- prs: ProgressTracker,
+ pub prs: ProgressTracker,
269
270
/// The list of messages.
271
pub msgs: Vec<Message>,
0 commit comments