From 43c4cd555e4a265d3e484dfeea0aa05da0977cd0 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Mon, 19 Oct 2015 15:01:02 +0200 Subject: Let clients tell the resource when they no longer require a revision. --- common/commands/revisionreplayed.fbs | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 common/commands/revisionreplayed.fbs (limited to 'common/commands') 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 @@ +namespace Akonadi2.Commands; + +table RevisionReplayed { + revision: ulong; +} + +root_type RevisionReplayed; -- cgit v1.2.3