summaryrefslogtreecommitdiffstats
path: root/dummyresource/dummycalendar.fbs
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2014-12-21 22:20:31 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2014-12-21 22:20:31 +0100
commitd80ff84c28c0be626c1df4528741cddf5a55f547 (patch)
treedfa1a3771f52970bfaf7b9e56d8675aeabfc65ef /dummyresource/dummycalendar.fbs
parentd21aa4e35fb96fa3b07888f710cbc3440af8bdd3 (diff)
downloadsink-d80ff84c28c0be626c1df4528741cddf5a55f547.tar.gz
sink-d80ff84c28c0be626c1df4528741cddf5a55f547.zip
Write-Read loop from clientside.
It's a huge hack but starts to show results. Most urgently we need: * reliable command results * the 3 buffers instead of the 1 * A way to implement storage as preprocessor (or a place to impelement it after the preprocessors).
Diffstat (limited to 'dummyresource/dummycalendar.fbs')
-rw-r--r--dummyresource/dummycalendar.fbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/dummyresource/dummycalendar.fbs b/dummyresource/dummycalendar.fbs
index 5a217b5..643c9b2 100644
--- a/dummyresource/dummycalendar.fbs
+++ b/dummyresource/dummycalendar.fbs
@@ -6,6 +6,7 @@ table DummyEvent {
6 summary:string; 6 summary:string;
7 description:string; 7 description:string;
8 attachment:[ubyte]; 8 attachment:[ubyte];
9 remoteId:string;
9} 10}
10 11
11root_type DummyEvent; 12root_type DummyEvent;