summaryrefslogtreecommitdiffstats
path: root/common/entitybuffer.fbs
blob: 28c9b2aa05d40bfdbca0f21df69f0a11976af776 (plain)
1
2
3
4
5
6
7
8
9
namespace Akonadi2;

table EntityBuffer {
    metadata: [ubyte];
    resource: [ubyte];
    local: [ubyte];
}

root_type EntityBuffer;