mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 16:18: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
|
@ -31,7 +31,6 @@ public:
|
|||
std::string canonical_path; // normalized, absolute path via realpath()
|
||||
|
||||
static auto constexpr canonical_stdin_path = "<stdin>";
|
||||
|
||||
};
|
||||
|
||||
extern std::list<ScannedFile> files_scanned;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue