[roll] Roll fuchsia [fidl][llcpp] CreateEndpoint overload that takes an exising endpoint variable While refactoring zx::channel::create to CreateEndpoint, I've discovered that users sometimes pass member variables instead of local variables to zx::channel::create. Those patterns are more easily migrated if CreateEndpoint can take an out-parameter too. Since protocol pipelining is quite common, users typically only keep a client endpoint as an instance variable. The server endpoint is passed on and not persisted. TEST: Added one Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/477161 Original-Revision: 855e32cb0dce1cfe7db54665ddec94baf1d3b15c GitOrigin-RevId: 8a847dff34a9d69406791f01a5c035af71d0c8d0 Change-Id: Ic950e7c05798d56fae6636c42f9e86dc155e644b
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.