mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 01:58:20 +00:00
convert RecordVal's to use vector<ZVal> as internal representation
This commit is contained in:
parent
348e14c326
commit
6121e409d3
4 changed files with 122 additions and 40 deletions
|
@ -34,7 +34,7 @@ Extract::~Extract()
|
|||
util::safe_close(fd);
|
||||
}
|
||||
|
||||
static const ValPtr& get_extract_field_val(const RecordValPtr& args,
|
||||
static ValPtr get_extract_field_val(const RecordValPtr& args,
|
||||
const char* name)
|
||||
{
|
||||
const auto& rval = args->GetField(name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue