| commit | 3506adcf5fa0b73d71dd5e52995564215ec15d93 | [log] [tgz] |
|---|---|---|
| author | Vickie Cheng <vickiecheng@fuchsia.infra.roller.google.com> | Sat Sep 10 03:14:46 2022 +0000 |
| committer | Copybara-Service <copybara-worker@google.com> | Fri Sep 09 20:16:31 2022 -0700 |
| tree | f5d28be57127f63d43b6b2d021c6500ebc443808 | |
| parent | 04781c2757eca6982db23349cf18246fcd12c3ac [diff] |
[roll] Roll fuchsia [zxio][fdio] Move datagram socket caches This moves datagram socket caches from fdio to zxio. Two headers are added to zxio/cpp to do so: - cmsg.h is needed in fdio/socket.cc until sendmsg() and recvmsg() are moved to zxio for datagram and stream sockets. Once that's complete, these headers can be removed and their implementations can be moved to zxio/socket.cc. - dgram_cache.h is needed in zxio/inception.h. It can be removed with inception.h when the zxio socket storage types no longer need to be exposed to fdio. Original-Bug: 43267 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/720722 Original-Revision: d848a17a4f5f760e880820553a65bfca78d7cc1d GitOrigin-RevId: 56ab8c5d2a02bf215b721f1152975ac8022ee444 Change-Id: I0a54b4e81baf10febe7c959cfc923a218c40f5b3
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.