From bc2a95cad05e454a84c317f1078edb329bd3afd4 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 15 Jan 2015 01:56:09 +0100 Subject: Writing from facade. --- common/queuedcommand.fbs | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 common/queuedcommand.fbs (limited to 'common/queuedcommand.fbs') 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 @@ +namespace Akonadi2; + +table QueuedCommand { + commandId: int; + command: [ubyte]; + // entityId: string; + // sourceRevision: ulong; + // targetRevision: [ubyte]; +} + +root_type QueuedCommand; -- cgit v1.2.3