commit | 50e8e68237350b8fe7a3eba38fe28e7ad3023662 | [log] [tgz] |
---|---|---|
author | Bruno Dal Bo <brunodalbo@fuchsia.infra.roller.google.com> | Fri Jan 26 15:30:03 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Jan 26 07:32:54 2024 -0800 |
tree | 50df676c7b0a96990cebc086529546cde2424ad5 | |
parent | 1072e6bbfbbb2e7228ec7cde768f04f5730b9a43 [diff] |
[roll] Roll fuchsia [netstack3] Clean up timer handling - Move `handle_timer` to `CoreApi`. Can't justify an API struct with a single item really. - Cleanup timer propagation to always be in terms of `TimerHandler`. This will likely give us trouble when we try to split the crate down the line, but having a single pattern right now sets us up for a single solution later. - Clean up the test utilities to also work in terms of `TimerHandler`, adding utilities to `FakeCtx` to make calling into fake times less verbose. Original-Bug: b/42083910 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/980505 Original-Revision: ccbec33f7fd8911ab5f3ecdfa16648ebe941f4d9 GitOrigin-RevId: 8377f075e34579681bb5f910f8ebea56d0925ec2 Change-Id: I6e2c6e980b35a969aa7cdf5fc1eb7ad414aa12d7
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 via the IRC channel #fuchsia
on Freenode.
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
.