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