mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +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
|
@ -158,7 +158,7 @@ int TraceState::LogTrace(const char* fmt, ...)
|
|||
va_start(args, fmt);
|
||||
|
||||
// Prefix includes timestamp and file/line info.
|
||||
fprintf(trace_file, "%.6f ", zeek::net::network_time);
|
||||
fprintf(trace_file, "%.6f ", zeek::run_state::network_time);
|
||||
|
||||
const zeek::detail::Stmt* stmt;
|
||||
zeek::detail::Location loc;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue