Renamed SyncResult -> SyncProgress
This commit is contained in:
parent
f7ec5d29be
commit
04c8b3a2ee
2 changed files with 51 additions and 51 deletions
|
@ -1,8 +1,8 @@
|
|||
/// A counter of errors that happen during a sync
|
||||
pub struct SyncResult {
|
||||
pub struct SyncProgress {
|
||||
n_errors: u32,
|
||||
}
|
||||
impl SyncResult {
|
||||
impl SyncProgress {
|
||||
pub fn new() -> Self {
|
||||
Self { n_errors: 0 }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue