mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Deprecate EventHandler::FType(), replace with GetType()
This commit is contained in:
parent
6aa1d0468d
commit
938ad35a43
5 changed files with 19 additions and 12 deletions
|
@ -977,7 +977,7 @@ void Manager::ProcessEvent(const broker::topic& topic, broker::zeek::Event ev)
|
|||
return;
|
||||
}
|
||||
|
||||
const auto& arg_types = handler->FType(false)->ArgTypes()->Types();
|
||||
const auto& arg_types = handler->GetType(false)->ArgTypes()->Types();
|
||||
|
||||
if ( arg_types.size() != args.size() )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue