Fix the ordering bug in deferred writes, but its a slow fix

This commit is contained in:
Igor Katson 2024-05-03 09:45:32 +01:00
parent 438392da1d
commit e53f5a7f23
3 changed files with 75 additions and 79 deletions

View file

@ -121,6 +121,7 @@ fn compute_queued_pieces(have_pieces: &BF, selected_pieces: &BF) -> anyhow::Resu
))
}
#[derive(Debug)]
pub enum ChunkMarkingResult {
PreviouslyCompleted,
NotCompleted,