diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2018-08-13 15:02:35 -0400 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-08-16 08:40:11 -0400 |
| commit | d770cc18f80257b520c2cf9cdc5ddea707b38680 (patch) | |
| tree | b859dcb7c9774ff0e1886d226ce702a04b91634a /src/msg.fbs | |
| parent | 168d92f5d254a0671a1c34ca79d7b5600084b139 (diff) | |
Upgrade Rust Flatbuffers
Diffstat (limited to 'src/msg.fbs')
| -rw-r--r-- | src/msg.fbs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/msg.fbs b/src/msg.fbs index 46cea1e29..8126eb381 100644 --- a/src/msg.fbs +++ b/src/msg.fbs @@ -83,7 +83,7 @@ table FetchRes { id: uint; status: int; header_line: [string]; - body: [byte]; + body: [ubyte]; } table ReadFileSync { @@ -91,12 +91,12 @@ table ReadFileSync { } table ReadFileSyncRes { - data: [byte]; + data: [ubyte]; } table WriteFileSync { filename: string; - data: [byte]; + data: [ubyte]; perm: uint; // perm specified by https://godoc.org/os#FileMode } |
