summaryrefslogtreecommitdiffstats
path: root/common/commands/revisionreplayed.fbs
blob: e1b11e3c37f39f9720a07243b57e47685341aa1e (plain)
1
2
3
4
5
6
7
namespace Akonadi2.Commands;

table RevisionReplayed {
    revision: ulong;
}

root_type RevisionReplayed;