summaryrefslogtreecommitdiffstats
path: root/common/queuedcommand.fbs
diff options
context:
space:
mode:
Diffstat (limited to 'common/queuedcommand.fbs')
-rw-r--r--common/queuedcommand.fbs3
1 files changed, 0 insertions, 3 deletions
diff --git a/common/queuedcommand.fbs b/common/queuedcommand.fbs
index 06226d3..114e2cd 100644
--- a/common/queuedcommand.fbs
+++ b/common/queuedcommand.fbs
@@ -3,9 +3,6 @@ namespace Sink;
3table QueuedCommand { 3table QueuedCommand {
4 commandId: int; 4 commandId: int;
5 command: [ubyte]; 5 command: [ubyte];
6 // entityId: string;
7 // sourceRevision: ulong;
8 // targetRevision: [ubyte];
9} 6}
10 7
11root_type QueuedCommand; 8root_type QueuedCommand;