Skip to content

Conversation

@weyrick
Copy link
Contributor

@weyrick weyrick commented Dec 6, 2021

add Dynamic Module support. adds --module-list, --module-load, and --module-dir command line options, plus a sample dynamic Mock Handler module.

@weyrick weyrick requested a review from a user December 9, 2021 20:33
}

// inputs
_input_manager = std::make_unique<InputStreamManager>();
Copy link

Choose a reason for hiding this comment

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

Only a question: is this module dynamically loaded? If so, I didn't get how it is created before it os loaded @weyrick

Copy link
Contributor Author

Choose a reason for hiding this comment

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

no, this one is static and part of core code

Copy link

Choose a reason for hiding this comment

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

Oh ok, nice

@weyrick weyrick merged commit b1561f1 into develop Dec 9, 2021
@weyrick weyrick deleted the feature/dyn-mock-handler branch December 9, 2021 21:54
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