move chunker into proxmox_protocol

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller
2019-03-08 09:29:27 +01:00
parent e3c30c50a6
commit 06178f13fa
4 changed files with 308 additions and 313 deletions

View File

@ -14,8 +14,7 @@
mod chunk_stat;
pub use chunk_stat::*;
mod chunker;
pub use chunker::*;
pub use proxmox_protocol::Chunker;
mod chunk_store;
pub use chunk_store::*;