From 22af1ed535b4afc8db3804e72bc5adb1a1b28d60 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Fri, 25 Nov 2016 08:27:06 +0100 Subject: Added the flush command. Instead of trying to actually flush queues, we send a special command through the same queues as the other commands and can thus guarantee that the respective commands have been processed without blocking anything. --- common/commands/synchronize.fbs | 2 -- 1 file changed, 2 deletions(-) (limited to 'common/commands/synchronize.fbs') diff --git a/common/commands/synchronize.fbs b/common/commands/synchronize.fbs index 62f4b2b..7b32305 100644 --- a/common/commands/synchronize.fbs +++ b/common/commands/synchronize.fbs @@ -1,8 +1,6 @@ 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; } -- cgit v1.2.3