mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 21:18: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
|
@ -56,7 +56,7 @@ int main(int argc, char** argv)
|
|||
mem_net_start_malloced / 1024 / 1024);
|
||||
}
|
||||
|
||||
zeek::run_state::detail::net_run();
|
||||
zeek::run_state::detail::run_loop();
|
||||
|
||||
double time_net_done = zeek::util::current_time(true);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue