mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 02:58:20 +00:00
Fix in code for disabling analyzers.
Plus some refactoring. Closes #577.
This commit is contained in:
parent
6ae9da5aad
commit
8fa059fb10
3 changed files with 31 additions and 55 deletions
|
@ -277,6 +277,10 @@ protected:
|
|||
void AppendNewChildren();
|
||||
|
||||
private:
|
||||
// Internal method to eventually delete a child analyzer that's
|
||||
// already Done().
|
||||
void DeleteChild(analyzer_list::iterator i);
|
||||
|
||||
AnalyzerTag::Tag tag;
|
||||
AnalyzerID id;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue