aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2020-04-19 15:14:23 +0200
committerAlex Auvolat <alex@adnab.me>2020-04-19 15:14:23 +0200
commit302502f4c10b4c1cd03d3b098b3e55a3f70054f2 (patch)
tree3e32c8751dc5d62b1723bcc2738aa77f12d45123 /src/main.rs
parent7131553c53d4414d2da0e9b60e6e3425f1b46ec2 (diff)
downloadgarage-302502f4c10b4c1cd03d3b098b3e55a3f70054f2.tar.gz
garage-302502f4c10b4c1cd03d3b098b3e55a3f70054f2.zip
Add support for fully replicated tables with epidemic dissemination of updates
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index cc9da8e2..89953223 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -4,6 +4,7 @@ mod error;
mod background;
mod membership;
mod table;
+mod table_fullcopy;
mod table_sharded;
mod table_sync;