Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup dynamic linker for monitor refactor #190

Merged
merged 2 commits into from
Jul 23, 2024
Merged

Conversation

dbittman
Copy link
Contributor

@dbittman dbittman commented Jul 1, 2024

Cleans up the dynamic linker code a bit, changing the design for how system-specific functionality is handled. The result is cleaner, with less generics, and allows for callbacks to be pluggable, which is important as bootstrap and monitor both need to use the dynamic linker, but in slightly different ways.

@dbittman dbittman self-assigned this Jul 1, 2024
@dbittman dbittman marked this pull request as ready for review July 1, 2024 20:35
@dbittman dbittman requested a review from gvnn3 as a code owner July 1, 2024 20:35
@dbittman dbittman merged commit e31304a into main Jul 23, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants