mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 00:28: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
|
@ -15,6 +15,7 @@
|
|||
#include <dirent.h>
|
||||
|
||||
#include "Func.h"
|
||||
#include "RunState.h"
|
||||
#include "supervisor/Supervisor.h"
|
||||
#include "logging/Manager.h"
|
||||
#include "threading/SerialTypes.h"
|
||||
|
@ -398,7 +399,7 @@ Ascii::~Ascii()
|
|||
if ( ! ascii_done )
|
||||
// In case of errors aborting the logging altogether,
|
||||
// DoFinish() may not have been called.
|
||||
CloseFile(zeek::net::network_time);
|
||||
CloseFile(zeek::run_state::network_time);
|
||||
|
||||
delete formatter;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue