mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00
Move the functions and variables in Net.h to the zeek::net namespace. This includes moving network_time out of util.h.
This commit is contained in:
parent
ca9baec6e8
commit
e7c6d51ae7
55 changed files with 461 additions and 374 deletions
|
@ -119,7 +119,7 @@ const char* File::Name() const
|
|||
bool File::Open(FILE* file, const char* mode)
|
||||
{
|
||||
static bool fds_maximized = false;
|
||||
open_time = network_time ? network_time : current_time();
|
||||
open_time = zeek::net::network_time ? zeek::net::network_time : current_time();
|
||||
|
||||
if ( ! fds_maximized )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue