mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 22:58:20 +00:00
Remove finish_run()
This commit is contained in:
parent
124f2a7d28
commit
7e2f33c9ee
3 changed files with 5 additions and 29 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue