diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-10-19 15:01:02 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-10-19 15:01:37 +0200 |
commit | 43c4cd555e4a265d3e484dfeea0aa05da0977cd0 (patch) | |
tree | 359fe5ffc5d4e3e2e45cd3dc33eabe6dd30ce149 /common/commands | |
parent | 7ea7a77aab64ea61d9966caee2b8e7d33d0f5526 (diff) | |
download | sink-43c4cd555e4a265d3e484dfeea0aa05da0977cd0.tar.gz sink-43c4cd555e4a265d3e484dfeea0aa05da0977cd0.zip |
Let clients tell the resource when they no longer require a revision.
Diffstat (limited to 'common/commands')
-rw-r--r-- | common/commands/revisionreplayed.fbs | 7 |
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 @@ | |||
1 | namespace Akonadi2.Commands; | ||
2 | |||
3 | table RevisionReplayed { | ||
4 | revision: ulong; | ||
5 | } | ||
6 | |||
7 | root_type RevisionReplayed; | ||