commit | 241d557f7c407114876385f80d536a809868b5bc | [log] [tgz] |
---|---|---|
author | Anirudh Mathukumilli <rudymathu@fuchsia.infra.roller.google.com> | Wed Jan 29 16:28:04 2025 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Jan 29 16:29:19 2025 -0800 |
tree | 2617e9f37f3fb338e00c1165d76f98adc28ee9c7 | |
parent | 40cc23e86faf481e87be5eb8fa01492e5d1470f6 [diff] |
[roll] Roll fuchsia [kernel] Change out params to return values in GetInfo calls A lot of Dispatcher objects implement `GetInfo` methods that utilize an out parameter. From a C++ ABI perspective, this is identical to returning the struct, so modify all existing methods to return the struct instead. This has the added benefit of ensuring that all code paths within the `GetInfo` method return a valid struct. Newer code, like the IOB dispatcher, already does this; this CL just cleans up older code. Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1196035 Original-Revision: 72af4d97b5e6d65a88bf2de2f306bbc352976609 GitOrigin-RevId: fadd2e278e3a6ed7b39b8db752407bb31c8fea18 Change-Id: Ic1610eea670e62d21feca3d001beb22a2d8e22f8
This repository contains Fuchsia's Global Integration manifest files.
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 in one of the communication channels documented at get involved.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.