mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 04:58:21 +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
|
@ -1810,7 +1810,7 @@ bool Manager::SendEvent(ReaderFrontend* reader, const string& name, const int nu
|
|||
name.c_str(), num_vals);
|
||||
#endif
|
||||
|
||||
RecordType *type = handler->FType()->Args();
|
||||
RecordType* type = handler->GetType()->Args();
|
||||
int num_event_vals = type->NumFields();
|
||||
if ( num_vals != num_event_vals )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue