mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 17:48:21 +00:00
Files can now be logged; their filename will be written out.
This commit is contained in:
parent
c132506203
commit
29b0d0d1d9
5 changed files with 45 additions and 2 deletions
|
@ -748,6 +748,8 @@ RecordType::RecordType(TypeList* arg_base, type_decl_list* refinements)
|
|||
|
||||
void RecordType::Init(TypeList* arg_base)
|
||||
{
|
||||
assert(false); // Is this ever used?
|
||||
|
||||
base = arg_base;
|
||||
|
||||
if ( ! base )
|
||||
|
@ -914,7 +916,7 @@ const char* RecordType::AddFields(type_decl_list* others, attr_list* attr)
|
|||
log = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
loop_over_list(*others, i)
|
||||
{
|
||||
TypeDecl* td = (*others)[i];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue