diff options
author | Alex Auvolat <alex@adnab.me> | 2022-09-05 12:40:17 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-09-05 12:40:17 +0200 |
commit | 07e6bcde85bd1b24ec62b4f4cb552a7a20247370 (patch) | |
tree | 9eaf8de338f9aac41ae499517a2adf1159a48864 /src/block/lib.rs | |
parent | 6226f5ceca7828d096890c3dbc5b9fbc3f7c4b14 (diff) | |
parent | 0009fd136c744944888df15d706ca08ca251aed7 (diff) | |
download | garage-07e6bcde85bd1b24ec62b4f4cb552a7a20247370.tar.gz garage-07e6bcde85bd1b24ec62b4f4cb552a7a20247370.zip |
Merge branch 'main' into lx-perf-improvements
Diffstat (limited to 'src/block/lib.rs')
-rw-r--r-- | src/block/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/block/lib.rs b/src/block/lib.rs index ebdb95d8..d2814f77 100644 --- a/src/block/lib.rs +++ b/src/block/lib.rs @@ -3,6 +3,7 @@ extern crate tracing; pub mod manager; pub mod repair; +pub mod resync; mod block; mod metrics; |