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

Adding context based extensions plugins support #2213

Merged

Conversation

steweg
Copy link
Contributor

@steweg steweg commented Apr 1, 2024

This patch adds ability to load plugins directly from memory without need to create shared library by using lyplg_add_plugin() API.

It also allows to associate plugin directly with context, so given plugin will not affect all contexts, just given context

This patch adds ability to load plugins directly from memory without
need to create shared library by using lyplg_add_plugin() API.

It also allows to associate plugin directly with context, so given
plugin will not affect all contexts, just given context
Copy link
Member

@michalvasko michalvasko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Despite this being a fairly significant change, the code seems clean and I have just one idea for a minor improvement.

src/plugins.h Outdated Show resolved Hide resolved
@michalvasko
Copy link
Member

Okay, thanks.

@michalvasko michalvasko merged commit f7aeeae into CESNET:devel Apr 2, 2024
13 checks passed
@steweg steweg deleted the feature/context-based-extensions-plugins branch April 2, 2024 11:16
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