mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00
Do not allocate one OpaqueType per OpaqueVal.
Instead, we now allocate type information globally in NetVar.cc. Addresses #986.
This commit is contained in:
parent
e78c20c0f8
commit
9ac00f8c79
6 changed files with 29 additions and 9 deletions
|
@ -152,6 +152,12 @@ extern RecordType* OS_version;
|
|||
extern EnumType* OS_version_inference;
|
||||
extern TableVal* generate_OS_version_event;
|
||||
|
||||
class OpaqueType;
|
||||
extern OpaqueType* md5_type;
|
||||
extern OpaqueType* sha1_type;
|
||||
extern OpaqueType* sha256_type;
|
||||
extern OpaqueType* entropy_type;
|
||||
|
||||
extern double table_expire_interval;
|
||||
extern double table_expire_delay;
|
||||
extern int table_incremental_step;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue