move lookup_datastore() to backup/datastore.rs

This commit is contained in:
Dietmar Maurer
2018-12-22 17:37:25 +01:00
parent 64e53b2835
commit 2c32fdde86
3 changed files with 35 additions and 28 deletions

View File

@ -31,7 +31,7 @@ impl Default for GarbageCollectionStatus {
pub struct ChunkStore {
name: String, // used for error reporting
base: PathBuf,
pub (crate) base: PathBuf,
chunk_dir: PathBuf,
mutex: Mutex<bool>,
_lockfile: File,