summaryrefslogtreecommitdiffstats
path: root/common/commands/synchronize.fbs
diff options
context:
space:
mode:
Diffstat (limited to 'common/commands/synchronize.fbs')
-rw-r--r--common/commands/synchronize.fbs8
1 files changed, 8 insertions, 0 deletions
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 @@
1namespace Akonadi2;
2
3table Synchronize {
4 sourceSync: bool; //Synchronize with source
5 localSync: bool; //Ensure all queues are processed so the local state is up-to date.
6}
7
8root_type Synchronize;