mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
FileAnalysis: optimizate connection set updating.
Don't need to be checking/updating that for sequential data input, which won't be over multiple conns.
This commit is contained in:
parent
98f7907dbb
commit
c1f37dde5a
2 changed files with 8 additions and 4 deletions
|
@ -134,7 +134,8 @@ protected:
|
|||
* fields.
|
||||
*/
|
||||
File* GetFile(const string& unique, Connection* conn = 0,
|
||||
AnalyzerTag::Tag tag = AnalyzerTag::Error);
|
||||
AnalyzerTag::Tag tag = AnalyzerTag::Error,
|
||||
bool update_conn = true);
|
||||
|
||||
/**
|
||||
* @return the File object mapped to \a file_id, or a null pointer if no
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue