summaryrefslogtreecommitdiffstats
path: root/common/domain/event.fbs
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2015-01-21 10:51:12 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2015-01-21 10:51:12 +0100
commitcf91df49d0eadfdc7dec23fd82da9e7b9a964ea6 (patch)
tree33cdbf0e1f5148baeb050f34ae82d85ef557fcad /common/domain/event.fbs
parent4f1edeb042b9d4cfe8efe5baa0f57f4eb950fd86 (diff)
downloadsink-cf91df49d0eadfdc7dec23fd82da9e7b9a964ea6.tar.gz
sink-cf91df49d0eadfdc7dec23fd82da9e7b9a964ea6.zip
Create buffer with values from domain object
Diffstat (limited to 'common/domain/event.fbs')
-rw-r--r--common/domain/event.fbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/domain/event.fbs b/common/domain/event.fbs
index 6865cc5..49ff270 100644
--- a/common/domain/event.fbs
+++ b/common/domain/event.fbs
@@ -1,6 +1,7 @@
1namespace Akonadi2.Domain.Buffer; 1namespace Akonadi2.Domain.Buffer;
2 2
3table Event { 3table Event {
4 uid:string;
4 summary:string; 5 summary:string;
5 description:string; 6 description:string;
6 attachment:[ubyte]; 7 attachment:[ubyte];