[roll] Roll fuchsia Reland "[ffx][mdns_discovery]: add MdnsWatcher struct"

This is a reland of commit 8f99f58f4c85cd93cb1d6562aeb2db31c11a8cec

Original change's description:
> [ffx][mdns_discovery]: add MdnsWatcher struct
>
> Simple struct that emits ffx::MdnsEventType events that can be passed to
> a handler closure (trait is MdnsEventHandler which is implemented for
> FnMut).
>
> To be used in generic `discovery` library.
>
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/947117

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/951994
Original-Revision: f029ad0ffee12bbba778582ba5e983b279cd48e8
GitOrigin-RevId: 105a293133fe2a380aa46e5ea17a9d87bca11d0f
Change-Id: I9e9dcc1c2a89b56781c9a4688224cfaf7ed56b89
1 file changed
tree: b84fe113e3bb4b07bfd156c05864dab3c47d67ba
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.