mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +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
|
@ -923,7 +923,7 @@ void Manager::Process()
|
|||
// Ensure that time gets update before processing broker messages, or events
|
||||
// based on them might get scheduled wrong.
|
||||
if ( use_real_time )
|
||||
zeek::run_state::detail::net_update_time(zeek::util::current_time());
|
||||
zeek::run_state::detail::update_network_time(zeek::util::current_time());
|
||||
|
||||
bool had_input = false;
|
||||
|
||||
|
@ -999,7 +999,7 @@ void Manager::Process()
|
|||
// If we're getting Broker messages, but still haven't initialized
|
||||
// zeek::run_state::network_time, may as well do so now because otherwise the
|
||||
// broker/cluster logs will end up using timestamp 0.
|
||||
zeek::run_state::detail::net_update_time(zeek::util::current_time());
|
||||
zeek::run_state::detail::update_network_time(zeek::util::current_time());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue