diff options
| author | Dokyung Song <dokyungs@google.com> | 2018-08-27 17:48:08 -0700 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-08-29 19:08:11 -0700 |
| commit | 99c7e4ecfa8ec1fd402d22caea619c5df72ef169 (patch) | |
| tree | ff7576a0e39f36279441eb0648ef1757a989a405 /sys/fuchsia/fidl_process_amd64.const | |
| parent | ec887defafc3ae627cd2779324cfd51e23952fe1 (diff) | |
sys/fuchsia: describe method response types & handles; add support for union
* create a response handle structure for each FIDL method
* generate zx_channel_write for requests having no response
* generate zx_channel_read for events (no request but just response)
* translate FIDL union types to syzkaller union types
(see fuchsia_io_ObjectInfoHandles)
Diffstat (limited to 'sys/fuchsia/fidl_process_amd64.const')
| -rw-r--r-- | sys/fuchsia/fidl_process_amd64.const | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/fuchsia/fidl_process_amd64.const b/sys/fuchsia/fidl_process_amd64.const new file mode 100644 index 000000000..52bb8969d --- /dev/null +++ b/sys/fuchsia/fidl_process_amd64.const @@ -0,0 +1,2 @@ +# AUTOGENERATED FILE +ZX_CHANNEL_MAX_MSG_BYTES = 65536 |
