mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 00:28:21 +00:00
Added --include-plugins configure argument
This commit is contained in:
parent
e0d284ec9f
commit
e399b537ca
11 changed files with 146 additions and 22 deletions
|
@ -410,6 +410,12 @@ public:
|
|||
*/
|
||||
static void RegisterBifFile(const char* plugin, bif_init_func c);
|
||||
|
||||
/**
|
||||
* Adds the paths from built-in plugins (e.g. from --include-plugins)
|
||||
* to ZEEKPATH so they are loaded correctly.
|
||||
*/
|
||||
void ExtendZeekPathForPlugins();
|
||||
|
||||
private:
|
||||
bool ActivateDynamicPluginInternal(const std::string& name, bool ok_if_not_found, std::vector<std::string>* errors);
|
||||
void UpdateInputFiles();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue