mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 16:48:19 +00:00
Merge remote-tracking branch 'origin/topic/jsiwek/gh-532-improve-disable-analyzer'
Includes fix for potential iterator invalidation during iteration. * origin/topic/jsiwek/gh-532-improve-disable-analyzer: GH-532: improve disable_analyzer BIF
This commit is contained in:
commit
8ab0650c1e
15 changed files with 263 additions and 60 deletions
|
@ -36,6 +36,7 @@ public:
|
|||
|
||||
Analyzer* FindChild(ID id) override;
|
||||
Analyzer* FindChild(Tag tag) override;
|
||||
bool RemoveChildAnalyzer(ID id) override;
|
||||
|
||||
// True if the connection has closed in some sense, false otherwise.
|
||||
int IsClosed() const { return orig->did_close || resp->did_close; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue