summaryrefslogtreecommitdiffstats
path: root/common/commands/revisionupdate.fbs
diff options
context:
space:
mode:
Diffstat (limited to 'common/commands/revisionupdate.fbs')
-rw-r--r--common/commands/revisionupdate.fbs7
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 @@
1namespace Toynadi;
2
3table RevisionUpdate {
4 revision: ulong;
5}
6
7root_type RevisionUpdate; \ No newline at end of file