mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 17:18:20 +00:00
Merge remote-tracking branch 'origin/topic/johanna/component-initialization-order'
* origin/topic/johanna/component-initialization-order: Make tags generated during component initialization stable.
This commit is contained in:
commit
fb3bc05df5
15 changed files with 118 additions and 13 deletions
|
@ -492,12 +492,17 @@ protected:
|
|||
virtual void Done();
|
||||
|
||||
/**
|
||||
* Registers and activates a component.
|
||||
* Registers a component.
|
||||
*
|
||||
* @param c The component. The method takes ownership.
|
||||
*/
|
||||
void AddComponent(Component* c);
|
||||
|
||||
/**
|
||||
* Calls the Initialize() function of all components.
|
||||
*/
|
||||
void InitializeComponents();
|
||||
|
||||
/**
|
||||
* Enables a hook. The corresponding virtual method will now be
|
||||
* called as Bro's processing proceeds. Note that enabling hooks can
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue