From d80ff84c28c0be626c1df4528741cddf5a55f547 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Sun, 21 Dec 2014 22:20:31 +0100 Subject: 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). --- dummyresource/dummycalendar.fbs | 1 + 1 file changed, 1 insertion(+) (limited to 'dummyresource/dummycalendar.fbs') 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 { summary:string; description:string; attachment:[ubyte]; + remoteId:string; } root_type DummyEvent; -- cgit v1.2.3