From 2f52bd2ed26cc151fa90ed9e06b1ea9990f9fc7c Mon Sep 17 00:00:00 2001 From: Aaron Seigo Date: Mon, 1 Dec 2014 11:54:37 +0100 Subject: send revision updates from resource to client this includes an initial revision message on connect --- common/commands/revisionupdate.fbs | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 common/commands/revisionupdate.fbs (limited to 'common/commands') diff --git a/common/commands/revisionupdate.fbs b/common/commands/revisionupdate.fbs new file mode 100644 index 0000000..d95f1b5 --- /dev/null +++ b/common/commands/revisionupdate.fbs @@ -0,0 +1,7 @@ +namespace Toynadi; + +table RevisionUpdate { + revision: ulong; +} + +root_type RevisionUpdate; \ No newline at end of file -- cgit v1.2.3