mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 08:38:20 +00:00
Deprecate internal_handler(), replace with EventRegistry::Register()
Added a couple explicit event declarations that were missing: "net_done" and "dns_mapping_name_changed".
This commit is contained in:
parent
f1e8289caa
commit
78e3267c44
13 changed files with 72 additions and 48 deletions
|
@ -73,4 +73,5 @@ extern BroType* internal_type(const char* name);
|
|||
[[deprecated("Remove in v4.1. Use zeek::id::lookup_func().")]]
|
||||
extern Func* internal_func(const char* name);
|
||||
|
||||
[[deprecated("Remove in v4.1. Use event_registry->Register().")]]
|
||||
extern EventHandlerPtr internal_handler(const char* name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue