diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-01-15 01:56:09 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-01-15 01:56:09 +0100 |
commit | bc2a95cad05e454a84c317f1078edb329bd3afd4 (patch) | |
tree | 4cb54032b075a8730a532ccd7485db598e859ac8 /common/queuedcommand.fbs | |
parent | 70bb707903da21103b84e0f3effcaa0a24612d5c (diff) | |
download | sink-bc2a95cad05e454a84c317f1078edb329bd3afd4.tar.gz sink-bc2a95cad05e454a84c317f1078edb329bd3afd4.zip |
Writing from facade.
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; | ||