[roll] Roll fuchsia [outgoing] Add |AddProtocol| unique_ptr overload

The |AddProtocol| overloads that take a raw pointer to
|fidl::Server<T>| or |fidl::WireServer<T>| are unsafe in
that they require users to coordinate the lifetime of the
servers with the |OutgoingDirectory| object. This new overload,
takes a |std::unique_ptr<ServerImpl>| which is safer because
the |OutgoingDirectory| owns and can ensure that the server is
destroyed and active connections are closed before going out of scope.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/775483
Original-Revision: 0152f245b7d7208ee15a567a8fc7d5bb1881a2f3
GitOrigin-RevId: fb99320c88ca5a9c68857d9700197f114f19cdfc
Change-Id: Ia720cdb0c04f2ba13ec40b8c1e8f4ab5ae89da1a
1 file changed
tree: 079851da0f5f9d8b5dd0860989efb771164715e7
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.