mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-08-29 08:27:07 +00:00
Split code for modular compilation
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
use arc_swap::ArcSwapOption;
|
||||
use std::sync::Arc;
|
||||
|
||||
use crate::data::*;
|
||||
use crate::rpc::membership::{Ring, System};
|
||||
use crate::table::*;
|
||||
use garage_rpc::membership::{Ring, System};
|
||||
use garage_util::data::*;
|
||||
|
||||
use crate::*;
|
||||
|
||||
#[derive(Clone)]
|
||||
pub struct TableFullReplication {
|
||||
|
||||
Reference in New Issue
Block a user