[roll] Roll third_party/pigweed pw_rpc_transport: Add LocalRpcEgress Adds means to handle locally-destined RPC packets to pw_rpc_transport. The main class is LocalRpcEgress which implements RpcEgressHandler and ChannelOutput. It can be used to direct incoming RPC packets to a packet processor in a way that doesn't block the sender. Internally it's using PacketQueue to store incoming packets for processing. Also adds ServiceRegistry class which wraps an RPC ClientServer class to simplify routing the received RPC packets to their target service (by peeking at their metadata). Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/141271 Original-Revision: 470c6247f1342f335cf9bb4fbbbf9c0ec6f6ac7a GitOrigin-RevId: 370b9b00cfb995b4c8dff3945b70de90ea4b8f43 Change-Id: I1a1eb9ffbb67ad48a8b3616cde3505171cb3d51c
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.