mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00
Rename BroType to Type
This commit is contained in:
parent
c04d9cae45
commit
137e416a03
34 changed files with 367 additions and 359 deletions
|
@ -913,7 +913,7 @@ bool Manager::Write(EnumVal* id, RecordVal* columns_arg)
|
|||
return true;
|
||||
}
|
||||
|
||||
threading::Value* Manager::ValToLogVal(Val* val, zeek::BroType* ty)
|
||||
threading::Value* Manager::ValToLogVal(Val* val, zeek::Type* ty)
|
||||
{
|
||||
if ( ! ty )
|
||||
ty = val->GetType().get();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue