[roll] Roll fuchsia [vfs][cpp] Centralize node representation within connections

Connection types within the VFS already know which protocol was
negotiated by virtue of which type was created. By removing it from the
Vnode interface this saves quite a bit of indirection and aligns better
with the upcoming fuchsia.io2 changes.

Similar to streams, this requires moving support for event observers on
Vnodes into that interface, rather than indirectly through the
now-removed Vnode representation method.

Original-Bug: b/324112857
Test: fs-connection-test-pkg fs-vnode-test-pkg
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/989412
Original-Revision: b1fa2751db0c1ef2afbabc28d11ace5cacd79a1a
GitOrigin-RevId: 5d5fe6f5e5bf03b7068b29efc86e13e1482c36ea
Change-Id: I4f1efc4ae4d6cc05f3e1fb2043136bbbd8e7e108
1 file changed
tree: 85d047fbc9cb2e8651c433e63cb0ed506c95bc25
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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.