summaryrefslogtreecommitdiffstats
path: root/buffertest/calendar.fbs
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2014-11-21 15:08:39 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2014-11-21 15:08:39 +0100
commit85860fbe47ca5ec24c70966f42a53162d761b91f (patch)
treed64ba3ec411579c3e886b0b6673f726fb99ad3ce /buffertest/calendar.fbs
parent4adae7c3711abbeaa7f03c699a7d366c78f776bc (diff)
downloadsink-85860fbe47ca5ec24c70966f42a53162d761b91f.tar.gz
sink-85860fbe47ca5ec24c70966f42a53162d761b91f.zip
A buffertest that currently does nothing else than writing a buffer to a file.
Diffstat (limited to 'buffertest/calendar.fbs')
-rw-r--r--buffertest/calendar.fbs12
1 files changed, 12 insertions, 0 deletions
diff --git a/buffertest/calendar.fbs b/buffertest/calendar.fbs
new file mode 100644
index 0000000..203ee43
--- /dev/null
+++ b/buffertest/calendar.fbs
@@ -0,0 +1,12 @@
1// example IDL file
2
3namespace Calendar;
4
5table Event {
6 summary:string;
7 description:string;
8 attachment:[byte];
9}
10
11root_type Event;
12file_identifier "AKFB";