diff options
Diffstat (limited to 'pkg/flatrpc/flatrpc.fbs')
| -rw-r--r-- | pkg/flatrpc/flatrpc.fbs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pkg/flatrpc/flatrpc.fbs b/pkg/flatrpc/flatrpc.fbs index 6d2307d6a..58dc7b292 100644 --- a/pkg/flatrpc/flatrpc.fbs +++ b/pkg/flatrpc/flatrpc.fbs @@ -34,8 +34,13 @@ enum Feature : uint64 (bit_flags) { BinFmtMisc, Swap, } + +table ConnectHelloRaw { + cookie :uint64; +} table ConnectRequestRaw { + cookie :uint64; id :int64; arch :string; git_revision :string; |
