mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 04:28: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
|
@ -16,7 +16,7 @@ static constexpr auto ZEEK_FUZZ_ANALYZER = "pop3";
|
|||
static zeek::Connection* add_connection()
|
||||
{
|
||||
static constexpr double network_time_start = 1439471031;
|
||||
net_update_time(network_time_start);
|
||||
zeek::run_state::detail::update_network_time(network_time_start);
|
||||
|
||||
zeek::Packet p;
|
||||
zeek::ConnID conn_id;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue