From 3fc8ce958fc244e64a3a3a92f3b1440aae04133b Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Sun, 25 Jan 2015 11:23:08 +0100 Subject: A way to ensure all messages have been processed. As queries become reactive this should become less important. We can then just wait until all results become available. For tests it is in either case useful though. --- common/commands/synchronize.fbs | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 common/commands/synchronize.fbs (limited to 'common/commands') diff --git a/common/commands/synchronize.fbs b/common/commands/synchronize.fbs new file mode 100644 index 0000000..d2d0364 --- /dev/null +++ b/common/commands/synchronize.fbs @@ -0,0 +1,8 @@ +namespace Akonadi2; + +table Synchronize { + sourceSync: bool; //Synchronize with source + localSync: bool; //Ensure all queues are processed so the local state is up-to date. +} + +root_type Synchronize; -- cgit v1.2.3