diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-11-07 21:48:44 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-11-07 21:48:44 +0100 |
commit | 89b6f63bab839ab0504cd3067f0389afe4dc47e3 (patch) | |
tree | 62c527983d63827bb722010ea8c59d5af0e5a879 /common/commands | |
parent | 438c74630e5f8c9a46d00b991f5cb8ecd479dafe (diff) | |
download | sink-89b6f63bab839ab0504cd3067f0389afe4dc47e3.tar.gz sink-89b6f63bab839ab0504cd3067f0389afe4dc47e3.zip |
Implement debug stream operators for query.
Diffstat (limited to 'common/commands')
-rw-r--r-- | common/commands/synchronize.fbs | 1 |
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; | |||
3 | table Synchronize { | 3 | table 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 | ||
8 | root_type Synchronize; | 9 | root_type Synchronize; |