diff options
author | Alex Auvolat <alex@adnab.me> | 2023-12-11 16:09:22 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-12-11 16:09:22 +0100 |
commit | 0041b013a473e3ae72f50209d8f79db75a72848b (patch) | |
tree | 7b44d731b86d14369bcef1a65cdc87a8538c484b /src/rpc/layout/mod.rs | |
parent | adccce1145d5d82581e4a5da707be35badb2d5a6 (diff) | |
download | garage-0041b013a473e3ae72f50209d8f79db75a72848b.tar.gz garage-0041b013a473e3ae72f50209d8f79db75a72848b.zip |
layout: refactoring and fix in layout helpernlnet-task3
Diffstat (limited to 'src/rpc/layout/mod.rs')
-rw-r--r-- | src/rpc/layout/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpc/layout/mod.rs b/src/rpc/layout/mod.rs index 162e3c6e..33676c37 100644 --- a/src/rpc/layout/mod.rs +++ b/src/rpc/layout/mod.rs @@ -17,7 +17,7 @@ pub mod manager; // ---- re-exports ---- -pub use helper::{LayoutDigest, LayoutHelper}; +pub use helper::{LayoutHelper, RpcLayoutDigest, SyncLayoutDigest}; pub use manager::WriteLock; pub use version::*; |