aboutsummaryrefslogtreecommitdiff
path: root/src/block_ref_table.rs
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2020-04-18 19:39:08 +0200
committerAlex Auvolat <alex@adnab.me>2020-04-18 19:39:57 +0200
commit4ba54ccfca2ff8e56c58d0a652de256428282490 (patch)
treed98bc1bcb565bff4d018b252f5f1397253f9f697 /src/block_ref_table.rs
parentbd1618e78e4c4305a73bdd40004de2abe46c3ceb (diff)
downloadgarage-4ba54ccfca2ff8e56c58d0a652de256428282490.tar.gz
garage-4ba54ccfca2ff8e56c58d0a652de256428282490.zip
Reorder imports.
Trying to separate: 1. Stuff for handling the swarm of nodes and generic table data replication 2. Stuff for the object store core application: metadata tables and block management 3. Stuff for the S3 API
Diffstat (limited to 'src/block_ref_table.rs')
-rw-r--r--src/block_ref_table.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/block_ref_table.rs b/src/block_ref_table.rs
index 5f6ce21b..17efa155 100644
--- a/src/block_ref_table.rs
+++ b/src/block_ref_table.rs
@@ -3,10 +3,11 @@ use serde::{Deserialize, Serialize};
use std::sync::Arc;
use crate::background::*;
-use crate::block::*;
use crate::data::*;
use crate::table::*;
+use crate::block::*;
+
#[derive(PartialEq, Clone, Debug, Serialize, Deserialize)]
pub struct BlockRef {
// Primary key