mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Remove FileAnalysis::postpone_timeout.
FileAnalysis::set_timeout_interval can now perform same function.
This commit is contained in:
parent
bc5cd3acc8
commit
16f924c2c0
6 changed files with 7 additions and 43 deletions
|
@ -88,12 +88,6 @@ public:
|
|||
*/
|
||||
bool IgnoreFile(const string& file_id);
|
||||
|
||||
/**
|
||||
* If called during a \c file_timeout event handler, requests deferral of
|
||||
* analysis timeout.
|
||||
*/
|
||||
bool PostponeTimeout(const string& file_id) const;
|
||||
|
||||
/**
|
||||
* Set's an inactivity threshold for the file.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue