summaryrefslogtreecommitdiffstats
path: root/common/commands/flush.fbs
blob: 179f7607f6ad75fb8b174c2ea33e397b80211405 (plain)
1
2
3
4
5
6
7
8
namespace Sink.Commands;

table Flush {
    id: string;
    type: int; //See flush.h
}

root_type Flush;