summaryrefslogtreecommitdiffstats
path: root/common/commands/revisionreplayed.fbs
diff options
context:
space:
mode:
Diffstat (limited to 'common/commands/revisionreplayed.fbs')
-rw-r--r--common/commands/revisionreplayed.fbs7
1 files changed, 7 insertions, 0 deletions
diff --git a/common/commands/revisionreplayed.fbs b/common/commands/revisionreplayed.fbs
new file mode 100644
index 0000000..e1b11e3
--- /dev/null
+++ b/common/commands/revisionreplayed.fbs
@@ -0,0 +1,7 @@
1namespace Akonadi2.Commands;
2
3table RevisionReplayed {
4 revision: ulong;
5}
6
7root_type RevisionReplayed;