diff options
Diffstat (limited to 'common/commands/flush.fbs')
-rw-r--r-- | common/commands/flush.fbs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/common/commands/flush.fbs b/common/commands/flush.fbs new file mode 100644 index 0000000..179f760 --- /dev/null +++ b/common/commands/flush.fbs | |||
@@ -0,0 +1,8 @@ | |||
1 | namespace Sink.Commands; | ||
2 | |||
3 | table Flush { | ||
4 | id: string; | ||
5 | type: int; //See flush.h | ||
6 | } | ||
7 | |||
8 | root_type Flush; | ||