mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 07:08:19 +00:00
Move zeek::net namespace to zeek::run_state namespace.
This also moves all of the code from Net.{h,cc} to RunState.{h,cc} and marks Net.h as deprecated
This commit is contained in:
parent
d608e7c9a5
commit
0ac3fafe13
64 changed files with 477 additions and 467 deletions
|
@ -7,7 +7,7 @@
|
|||
#include <map>
|
||||
|
||||
#include "Component.h"
|
||||
#include "Net.h"
|
||||
#include "RunState.h"
|
||||
#include "RuleMatcher.h"
|
||||
|
||||
#include "plugin/ComponentManager.h"
|
||||
|
@ -381,7 +381,7 @@ protected:
|
|||
* @param is_termination whether the Manager (and probably Bro) is in a
|
||||
* terminating state. If true, then the timeout cannot be postponed.
|
||||
*/
|
||||
void Timeout(const std::string& file_id, bool is_terminating = zeek::net::terminating);
|
||||
void Timeout(const std::string& file_id, bool is_terminating = zeek::run_state::terminating);
|
||||
|
||||
/**
|
||||
* Immediately remove file_analysis::File object associated with \a file_id.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue