diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2014-12-21 22:20:31 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2014-12-21 22:20:31 +0100 |
commit | d80ff84c28c0be626c1df4528741cddf5a55f547 (patch) | |
tree | dfa1a3771f52970bfaf7b9e56d8675aeabfc65ef /dummyresource/dummycalendar.fbs | |
parent | d21aa4e35fb96fa3b07888f710cbc3440af8bdd3 (diff) | |
download | sink-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.fbs | 1 |
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 | ||
11 | root_type DummyEvent; | 12 | root_type DummyEvent; |