aboutsummaryrefslogtreecommitdiff
path: root/src/data.rs
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2020-04-09 17:32:28 +0200
committerAlex Auvolat <alex@adnab.me>2020-04-09 17:32:28 +0200
commit101444abb3967770ec378ee09f24eb2845dc091d (patch)
tree7bb838659014b47d220b27d95765174f5d0ae2fe /src/data.rs
parent4c1aee42d5032066272a051687ac200e874cc13f (diff)
downloadgarage-101444abb3967770ec378ee09f24eb2845dc091d.tar.gz
garage-101444abb3967770ec378ee09f24eb2845dc091d.zip
Some progress
Diffstat (limited to 'src/data.rs')
-rw-r--r--src/data.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data.rs b/src/data.rs
index f01d5394..14846fe2 100644
--- a/src/data.rs
+++ b/src/data.rs
@@ -121,7 +121,7 @@ pub struct SplitpointMeta {
pub deleted: bool,
}
-pub use crate::version_table::*;
+pub use crate::object_table::*;
#[derive(Clone, Debug, Serialize, Deserialize)]
pub struct BlockMeta {