Prepare CircularBuffer

This commit is contained in:
2022-12-16 21:54:01 +01:00
parent dd5262c016
commit a47b94c3a9
3 changed files with 57 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ namespace CDFileProcessor {
const auto& lba_info = overlay_lbas[file.rel_lba_idx];
state.setup(lba_info.lba, lba_info.size, file.payload);
//while(state.process());???
}
}
}