summaryrefslogtreecommitdiffstats
path: root/common/queuedcommand.fbs
diff options
context:
space:
mode:
Diffstat (limited to 'common/queuedcommand.fbs')
-rw-r--r--common/queuedcommand.fbs11
1 files changed, 11 insertions, 0 deletions
diff --git a/common/queuedcommand.fbs b/common/queuedcommand.fbs
new file mode 100644
index 0000000..0ca899f
--- /dev/null
+++ b/common/queuedcommand.fbs
@@ -0,0 +1,11 @@
1namespace Akonadi2;
2
3table QueuedCommand {
4 commandId: int;
5 command: [ubyte];
6 // entityId: string;
7 // sourceRevision: ulong;
8 // targetRevision: [ubyte];
9}
10
11root_type QueuedCommand;