mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 17:18:20 +00:00
Merge remote-tracking branch 'origin/topic/jsiwek/plugins-cleanup' into topic/robin/plugins
Adding one todo back in as that's something we indeed still need to do. * origin/topic/jsiwek/plugins-cleanup: Fix various documentation/typos; remove a few superfluous things.
This commit is contained in:
commit
433c85540c
17 changed files with 114 additions and 105 deletions
|
@ -80,7 +80,7 @@ private:
|
|||
* components, a plugin can also provide of script-level elements defined in
|
||||
* *.bif files.
|
||||
*
|
||||
* Currently, all plugins ard compiled statically into the final Bro binary.
|
||||
* Currently, all plugins are compiled statically into the final Bro binary.
|
||||
* Later, we will extend the infrastructure to also support plugins loaded
|
||||
* dynamically as shared libraries.
|
||||
*/
|
||||
|
@ -110,7 +110,7 @@ public:
|
|||
const char* Description();
|
||||
|
||||
/**
|
||||
* Returns the version of the plugin.
|
||||
* Returns the version of the plugin.
|
||||
*/
|
||||
int Version();
|
||||
|
||||
|
@ -124,8 +124,6 @@ public:
|
|||
|
||||
/**
|
||||
* Returns a list of all components the plugin provides.
|
||||
* BRO_PLUGIN_VERSION_BUILTIN indiciates that it's a plugin compiled
|
||||
* in statically.
|
||||
*/
|
||||
component_list Components();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue