aboutsummaryrefslogtreecommitdiff
path: root/src/table/table_sync.rs
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2021-02-21 13:11:10 +0100
committerAlex Auvolat <alex@adnab.me>2021-02-21 13:11:10 +0100
commit80892df8cce74211960c4259f48cd8c1bd5290be (patch)
treee714d111de3959acba68aaeae445f766a107d429 /src/table/table_sync.rs
parent3bcbbe1e31e528e8d9648b0431a43f85e9496e58 (diff)
downloadgarage-80892df8cce74211960c4259f48cd8c1bd5290be.tar.gz
garage-80892df8cce74211960c4259f48cd8c1bd5290be.zip
Some refactoring
Diffstat (limited to 'src/table/table_sync.rs')
-rw-r--r--src/table/table_sync.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table/table_sync.rs b/src/table/table_sync.rs
index 6c0df15b..3c667985 100644
--- a/src/table/table_sync.rs
+++ b/src/table/table_sync.rs
@@ -12,7 +12,7 @@ use serde_bytes::ByteBuf;
use tokio::sync::Mutex;
use tokio::sync::{mpsc, watch};
-use garage_rpc::membership::Ring;
+use garage_rpc::ring::Ring;
use garage_util::data::*;
use garage_util::error::Error;