image_index.rs:write idx of chunks (use mmap)

This commit is contained in:
Dietmar Maurer
2018-12-15 14:51:05 +01:00
parent f8838fe913
commit 606ce64bb0
5 changed files with 105 additions and 6 deletions

View File

@ -35,6 +35,7 @@ pub mod section_config;
pub mod backup {
pub mod chunk_store;
pub mod image_index;
}
pub mod config {