src/backup/fixed_index.rs: make chunk_size public

This commit is contained in:
Dietmar Maurer 2019-05-28 06:18:24 +02:00
parent 7dd1bcac58
commit 29ae5c86a2

View File

@ -32,7 +32,7 @@ pub struct FixedIndexReader {
store: Arc<ChunkStore>,
_file: File,
filename: PathBuf,
chunk_size: usize,
pub chunk_size: usize,
pub size: usize,
index: *mut u8,
pub uuid: [u8; 16],