move CachedChunkReader to pbs-datastore

this was actually still missing from the previous commit

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller
2021-07-21 14:20:00 +02:00
parent eb5e0ae65a
commit ef4df211ab
5 changed files with 7 additions and 7 deletions

View File

@ -180,6 +180,7 @@ pub fn backup_group() -> Result<nix::unistd::Group, Error> {
pub mod backup_info;
pub mod catalog;
pub mod cached_chunk_reader;
pub mod checksum_reader;
pub mod checksum_writer;
pub mod chunk_stat;