commit | cfdb4301f7925546dca4781cfe4da69cee53a994 | [log] [tgz] |
---|---|---|
author | Vickie Cheng <vickiecheng@fuchsia.infra.roller.google.com> | Fri Aug 19 19:39:28 2022 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Aug 19 12:41:12 2022 -0700 |
tree | 613cb1dfb498c4eaa323305d86f363f6f6e2ce75 | |
parent | 26d6e14113b02f4f6a4b795b0e2c271a86ff58ce [diff] |
[roll] Roll fuchsia [zxio][fdio] Separate dgram socket allocation This separates storage allocation for datagram sockets in fdio from its initialization in zxio. This simplifies the future move of socket() from fdio to zxio. The datagram_socket type can be removed from fdio entirely once all bsd socket functionality is moved to zxio. This also increases the size of zxio_private_t to account for new fields in zxio_datagram_socket_t. Original-Bug: 43267 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/712803 Original-Revision: 3ffd6df7ad3540b6014872f9961bff3d4549ceeb GitOrigin-RevId: 4f0befb285e01b6349fac797d66e80de2d4cdbaa Change-Id: I7b311d1d2e35a20bed2ec8f5a66716291608edb4
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
.