diff options
author | Alex Auvolat <alex@adnab.me> | 2023-11-16 13:51:40 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-11-16 13:51:40 +0100 |
commit | 707442f5de416fdbed4681a33b739f0a787b7834 (patch) | |
tree | 7faa9eac039cdb64d8ab51e238b4de8f473c6ee9 /src/rpc/layout/mod.rs | |
parent | ad5c6f779f7fdfdc0569920c830c59197023515a (diff) | |
download | garage-707442f5de416fdbed4681a33b739f0a787b7834.tar.gz garage-707442f5de416fdbed4681a33b739f0a787b7834.zip |
layout: refactor digests and add "!=" assertions before epidemic bcast
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 91151ab4..eb127fda 100644 --- a/src/rpc/layout/mod.rs +++ b/src/rpc/layout/mod.rs @@ -11,7 +11,7 @@ pub mod manager; // ---- re-exports ---- -pub use helper::LayoutHelper; +pub use helper::{LayoutDigest, LayoutHelper}; pub use manager::WriteLock; pub use schema::*; pub use version::*; |