[roll] Roll fuchsia [connectivity] Revise designated initializers for ConnectionRequest

C++20 designated initializers are stricter than the ones in C and
non-standard C++, and the destructor logic looks like it's needed
so I made a real constructor instead of hacking it to be an aggregate.

Test: fx build with experimental_cxx_version=20
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/461724
Original-Revision: 39e1b07b11adbd0ca31b66781ddf678691cbf164
GitOrigin-RevId: 70c5d1ef8cfb51ebfff002ff5ac60df5a73d1b46
Change-Id: I6088cb22002f23f0816885a90ee176876a1d10ec
1 file changed
tree: cc9d24273dceabe14cce403cd8a51aa641dfaf99
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

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.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.