diff options
author | Alex Auvolat <alex@adnab.me> | 2022-09-06 22:13:01 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-09-06 22:13:01 +0200 |
commit | 6b958979bd898a576ee9c1021cc908b3ec75ffc7 (patch) | |
tree | 72e35a3b12c616965bcdf60bf18d1c0db29955ba /src/block/lib.rs | |
parent | 4024822585783368993ac26807d076d8c312bb35 (diff) | |
parent | d23b3a14fc28de164080e762f0e97e6cbc868940 (diff) | |
download | garage-6b958979bd898a576ee9c1021cc908b3ec75ffc7.tar.gz garage-6b958979bd898a576ee9c1021cc908b3ec75ffc7.zip |
Merge branch 'lx-perf-improvements' into netapp-stream-body
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; |