mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Use type aliases for IntrusivePtr definitions
This commit is contained in:
parent
f6a251cdac
commit
ec9eff0bd5
180 changed files with 2026 additions and 1893 deletions
|
@ -753,7 +753,7 @@ RecordVal* Manager::MakeEvent(val_list* args, Frame* frame)
|
|||
return rval;
|
||||
}
|
||||
|
||||
zeek::IntrusivePtr<RecordVal> data_val;
|
||||
RecordValPtr data_val;
|
||||
|
||||
if ( same_type(got_type, bro_broker::DataVal::ScriptDataType()) )
|
||||
data_val = {zeek::NewRef{}, (*args)[i]->AsRecordVal()};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue