[roll] Roll fuchsia [network-device] Migrate cpp client to LLCPP

Turns out NetworkDeviceClient::StatusWatchHandle is not safe to move;
mark it as such and return it by pointer rather than by value.

Replace calls to fidl::Client::Unbind with object destruction.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/518243
Original-Revision: 956346c3f7d22e711a0c49e8ebd2da139b57296a
GitOrigin-RevId: 9b01b95cfa69c91c04b9226f39b1f9095cc49d78
Change-Id: I2730192647dd3e31b6be962c0db9de9a45c65cfd
1 file changed
tree: f57eb555ba040bc38b493ec69dbfe13b0fb9677e
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
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.