Rename methods in RunState to remove 'net' from their names

This commit is contained in:
Tim Wojtulewicz 2020-08-20 09:16:22 -07:00
parent 0ac3fafe13
commit 54215ab9cd
11 changed files with 63 additions and 64 deletions

View file

@ -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);