From 89b6f63bab839ab0504cd3067f0389afe4dc47e3 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Mon, 7 Nov 2016 21:48:44 +0100 Subject: Implement debug stream operators for query. --- common/commands/synchronize.fbs | 1 + 1 file changed, 1 insertion(+) (limited to 'common/commands/synchronize.fbs') 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; table Synchronize { sourceSync: bool; //Synchronize with source localSync: bool; //Ensure all queues are processed so the local state is up-to date. + query: string; } root_type Synchronize; -- cgit v1.2.3