fix after rebase on remove-reopen
This commit is contained in:
parent
4a73739871
commit
5cac8ac02c
2 changed files with 5 additions and 9 deletions
|
|
@ -368,6 +368,10 @@ impl ChunkTracker {
|
|||
self.hns = res;
|
||||
Ok(res)
|
||||
}
|
||||
|
||||
pub(crate) fn get_selected_pieces(&self) -> &BF {
|
||||
&self.selected
|
||||
}
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue