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

rtnl: eliminate usage of global variables #257

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jow-
Copy link
Owner

@jow- jow- commented Dec 11, 2024

Utilize the VM registry to store the netlink connection context and error information and refactor the related code to obtain all resources from the VM pointer in order to properly support loading the library in multiple concurrent threads or VM instances.

Utilize the VM registry to store the netlink connection context and error
information and refactor the related code to obtain all resources from the
VM pointer in order to properly support loading the library in multiple
concurrent threads or VM instances.

Signed-off-by: Jo-Philipp Wich <[email protected]>
@jow- jow- force-pushed the rtnl-no-global-vars branch from 8f38b9c to 741abc6 Compare December 18, 2024 13:02
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.

1 participant