summaryrefslogtreecommitdiffstats
path: root/common/commands
diff options
context:
space:
mode:
Diffstat (limited to 'common/commands')
-rw-r--r--common/commands/synchronize.fbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/commands/synchronize.fbs b/common/commands/synchronize.fbs
index 5528166..62f4b2b 100644
--- a/common/commands/synchronize.fbs
+++ b/common/commands/synchronize.fbs
@@ -3,6 +3,7 @@ namespace Sink.Commands;
3table Synchronize { 3table Synchronize {
4 sourceSync: bool; //Synchronize with source 4 sourceSync: bool; //Synchronize with source
5 localSync: bool; //Ensure all queues are processed so the local state is up-to date. 5 localSync: bool; //Ensure all queues are processed so the local state is up-to date.
6 query: string;
6} 7}
7 8
8root_type Synchronize; 9root_type Synchronize;