diff options
Diffstat (limited to 'common/domain')
-rw-r--r-- | common/domain/event.fbs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/common/domain/event.fbs b/common/domain/event.fbs new file mode 100644 index 0000000..6865cc5 --- /dev/null +++ b/common/domain/event.fbs | |||
@@ -0,0 +1,10 @@ | |||
1 | namespace Akonadi2.Domain.Buffer; | ||
2 | |||
3 | table Event { | ||
4 | summary:string; | ||
5 | description:string; | ||
6 | attachment:[ubyte]; | ||
7 | } | ||
8 | |||
9 | root_type Event; | ||
10 | file_identifier "AKFB"; | ||