diff options
Diffstat (limited to 'common/queuedcommand.fbs')
-rw-r--r-- | common/queuedcommand.fbs | 11 |
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 @@ | |||
1 | namespace Akonadi2; | ||
2 | |||
3 | table QueuedCommand { | ||
4 | commandId: int; | ||
5 | command: [ubyte]; | ||
6 | // entityId: string; | ||
7 | // sourceRevision: ulong; | ||
8 | // targetRevision: [ubyte]; | ||
9 | } | ||
10 | |||
11 | root_type QueuedCommand; | ||