diff options
author | Aaron Seigo <aseigo@kde.org> | 2014-12-01 11:54:37 +0100 |
---|---|---|
committer | Aaron Seigo <aseigo@kde.org> | 2014-12-01 12:01:13 +0100 |
commit | 2f52bd2ed26cc151fa90ed9e06b1ea9990f9fc7c (patch) | |
tree | e125101f32ad78a679c63f9c08571d3b11cd691f /common/commands | |
parent | af38dcdf3a836a1b94064a617acac387a2de6539 (diff) | |
download | sink-2f52bd2ed26cc151fa90ed9e06b1ea9990f9fc7c.tar.gz sink-2f52bd2ed26cc151fa90ed9e06b1ea9990f9fc7c.zip |
send revision updates from resource to client
this includes an initial revision message on connect
Diffstat (limited to 'common/commands')
-rw-r--r-- | common/commands/revisionupdate.fbs | 7 |
1 files changed, 7 insertions, 0 deletions
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 @@ | |||
1 | namespace Toynadi; | ||
2 | |||
3 | table RevisionUpdate { | ||
4 | revision: ulong; | ||
5 | } | ||
6 | |||
7 | root_type RevisionUpdate; \ No newline at end of file | ||