mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 09:08:20 +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
|
@ -224,8 +224,8 @@ void EventMgr::Process()
|
|||
// reading live (which includes pseudo-realtime), advance the time
|
||||
// here to the current time since otherwise it won't move forward.
|
||||
zeek::iosource::PktSrc* pkt_src = zeek::iosource_mgr->GetPktSrc();
|
||||
if ( ! pkt_src || ! pkt_src->IsOpen() || reading_live )
|
||||
net_update_time(current_time());
|
||||
if ( ! pkt_src || ! pkt_src->IsOpen() || zeek::net::reading_live )
|
||||
zeek::net::detail::net_update_time(current_time());
|
||||
|
||||
queue_flare.Extinguish();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue