summaryrefslogtreecommitdiffstats
path: root/common/commands/modifyentity.fbs
diff options
context:
space:
mode:
Diffstat (limited to 'common/commands/modifyentity.fbs')
-rw-r--r--common/commands/modifyentity.fbs11
1 files changed, 11 insertions, 0 deletions
diff --git a/common/commands/modifyentity.fbs b/common/commands/modifyentity.fbs
new file mode 100644
index 0000000..b4edb12
--- /dev/null
+++ b/common/commands/modifyentity.fbs
@@ -0,0 +1,11 @@
1namespace Akonadi2;
2
3table ModifyEntity {
4 revision: ulong;
5 entityId: string;
6 deletions: [string];
7 domainType: string;
8 delta: [ubyte];
9}
10
11root_type ModifyEntity;