This repository was archived by the owner on Jan 30, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vm_tools: Uses templates for sommelier's HostEventHandler
+ Adds templated version of HostEventHandler where it takes a template now. NOTE: This unfortunately needs to be mapped via the MAP_STRUCT_TO_LISTENER macro because there isn't a nice way to convert a `struct <blah>` -> `<blah>_listener` BUG=b:255439799 TEST=meson build && ninja -C build && build/sommelier_test Change-Id: I8aae3d44dd438b7c1799fde781b51715c9ad03ee Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform2/+/4439989 Tested-by: Justin Huang <[email protected]> Reviewed-by: Chloe Pelling <[email protected]> Auto-Submit: Justin Huang <[email protected]> Commit-Queue: Justin Huang <[email protected]>
- Loading branch information
Justin Huang
authored and
Chromeos LUCI
committed
Apr 20, 2023
1 parent
e6c7506
commit 4a24fb4
Showing
2 changed files
with
29 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters