diff options
Diffstat (limited to 'common/entitybuffer.fbs')
-rw-r--r-- | common/entitybuffer.fbs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/common/entitybuffer.fbs b/common/entitybuffer.fbs new file mode 100644 index 0000000..28c9b2a --- /dev/null +++ b/common/entitybuffer.fbs | |||
@@ -0,0 +1,9 @@ | |||
1 | namespace Akonadi2; | ||
2 | |||
3 | table EntityBuffer { | ||
4 | metadata: [ubyte]; | ||
5 | resource: [ubyte]; | ||
6 | local: [ubyte]; | ||
7 | } | ||
8 | |||
9 | root_type EntityBuffer; | ||