]> git.proxmox.com Git - proxmox-backup.git/blobdiff - src/backup/snapshot_reader.rs
move src/backup/datastore.rs into pbs_datastore crate
[proxmox-backup.git] / src / backup / snapshot_reader.rs
index d64d6f00385ad9c9b5d5b0520d4a4ffb5388e6eb..03ca45ce5e307b47ba78d623799d20e5b784bdbf 100644 (file)
@@ -11,10 +11,9 @@ use pbs_datastore::index::IndexFile;
 use pbs_datastore::fixed_index::FixedIndexReader;
 use pbs_datastore::dynamic_index::DynamicIndexReader;
 use pbs_datastore::manifest::{archive_type, ArchiveType, CLIENT_LOG_BLOB_NAME, MANIFEST_BLOB_NAME};
+use pbs_datastore::DataStore;
 use pbs_tools::fs::lock_dir_noblock_shared;
 
-use crate::backup::DataStore;
-
 /// Helper to access the contents of a datastore backup snapshot
 ///
 /// This make it easy to iterate over all used chunks and files.