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

runtime: remove usage of weak_ptr in attach manager #106

Merged
merged 2 commits into from
Nov 22, 2023

Conversation

Officeyutong
Copy link
Contributor

@Officeyutong Officeyutong commented Nov 22, 2023

This PR replaces the using of shared_ptr with unique_ptr, and replaces the usage of weak_ptr with raw pointers, in attach manager

@Officeyutong Officeyutong marked this pull request as ready for review November 22, 2023 13:48
@yunwei37 yunwei37 changed the title Remove usage of weak_ptr in attach manager runtime: emove usage of weak_ptr in attach manager Nov 22, 2023
@yunwei37 yunwei37 changed the title runtime: emove usage of weak_ptr in attach manager runtime: remove usage of weak_ptr in attach manager Nov 22, 2023
@yunwei37 yunwei37 merged commit 0b894a1 into eunomia-bpf:master Nov 22, 2023
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants