mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 21:48:21 +00:00
Rename methods in RunState to remove 'net' from their names
This commit is contained in:
parent
0ac3fafe13
commit
54215ab9cd
11 changed files with 63 additions and 64 deletions
|
@ -227,7 +227,7 @@ void EventMgr::Process()
|
|||
// 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() || zeek::run_state::reading_live )
|
||||
zeek::run_state::detail::net_update_time(zeek::util::current_time());
|
||||
zeek::run_state::detail::update_network_time(zeek::util::current_time());
|
||||
|
||||
queue_flare.Extinguish();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue