diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2014-12-28 14:44:50 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2014-12-28 14:44:50 +0100 |
commit | 9b2257d680a5e4fa2fda8cf3302f25054a06710e (patch) | |
tree | 9abaf141018eb83d26ce07f5bd0e9436003ce732 /common/entity.fbs | |
parent | c83c2ef64b5a1e4b1dc0102df36687caebb96ff0 (diff) | |
download | sink-9b2257d680a5e4fa2fda8cf3302f25054a06710e.tar.gz sink-9b2257d680a5e4fa2fda8cf3302f25054a06710e.zip |
Buffers wrapped into entity buffer, async command progress tracking.
Diffstat (limited to 'common/entity.fbs')
-rw-r--r-- | common/entity.fbs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/common/entity.fbs b/common/entity.fbs new file mode 100644 index 0000000..565b1a7 --- /dev/null +++ b/common/entity.fbs | |||
@@ -0,0 +1,9 @@ | |||
1 | namespace Akonadi2; | ||
2 | |||
3 | table Entity { | ||
4 | metadata: [ubyte]; | ||
5 | resource: [ubyte]; | ||
6 | local: [ubyte]; | ||
7 | } | ||
8 | |||
9 | root_type Entity; | ||