mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
time machine: Mark leftovers for removal in v7.1
I suspect we could just drop these directly, but lets follow the deprecation cycle.
This commit is contained in:
parent
384453346d
commit
cd24acdfc8
3 changed files with 19 additions and 6 deletions
|
@ -5189,7 +5189,7 @@ const dpd_ignore_ports = F &redef;
|
|||
const likely_server_ports: set[port] &redef;
|
||||
|
||||
## If true, output profiling for Time-Machine queries.
|
||||
const time_machine_profiling = F &redef;
|
||||
const time_machine_profiling = F &redef &deprecated="Remove in v7.1. Unused.";
|
||||
|
||||
## If true, warns about unused event handlers at startup.
|
||||
const check_for_unused_event_handlers = F &redef;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue