| commit | cc3911df382184a6a0a53649c41351a468fedcc7 | [log] [tgz] |
|---|---|---|
| author | Yifei Teng <yifeit@fuchsia.infra.roller.google.com> | Tue Nov 02 06:28:42 2021 +0000 |
| committer | Copybara-Service <copybara-worker@google.com> | Mon Nov 01 23:29:57 2021 -0700 |
| tree | 062b6761e955c215890241ef701f7282ceedbdf4 | |
| parent | bf9b796183aa3b1f6d6fc3c27b26026a634dcd5f [diff] |
[roll] Roll fuchsia [virtio-socket] Migrate socket.cc to new WireSyncClient API This is part of a migration to stabilize the LLCPP API. In this step, we are aligning the interface of WireSyncClient and WireClient. The main changes to WireSyncClient are: - Similar to WireClient, use the "->" operator to make FIDL calls with managed memory allocation. - Similar to an earlier change in `fidl::WireCall(...)`, use the `client.buffer(arena_or_buffer_span)` accessor to make FIDL calls with caller-controlled allocation. - Removing accessors that expose a raw pointer/reference to the channel, instead providing a `Bind` function to initialize a default constructed client, and a `TakeClientEnd` function to de-initialize it. - When binding a client endpoint, the client endpoint must be valid. See https://groups.google.com/a/fuchsia.dev/g/fidl-dev/c/nF72xpPL4gU Original-Bug: 87683 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/600484 Original-Revision: dbaa15a12e24d8bd564cd6ce1923405b4406cdce GitOrigin-RevId: dfe4ee635939dfeb5f5c11621b2f164094692f93 Change-Id: I2630d96970f809d4e8233c18eb13c1f51ee34758
This repository contains Fuchsia's Global Integration manifest files.
All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.
Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.