Remove finish_run()

This commit is contained in:
Jan Grashoefer 2025-04-17 14:38:21 +02:00
parent 124f2a7d28
commit 7e2f33c9ee
3 changed files with 5 additions and 29 deletions

View file

@ -26,7 +26,6 @@ extern void init_run(const std::optional<std::string>& interfaces, const std::op
const std::optional<std::string>& pcap_output_file, bool do_watchdog);
extern void run_loop();
extern void get_final_stats();
extern void finish_run(int drain_events);
extern void delete_run(); // Reclaim all memory, etc.
extern void update_network_time(double new_network_time);
extern void dispatch_packet(zeek::Packet* pkt, zeek::iosource::PktSrc* pkt_src);