mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 05:28: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
|
@ -358,9 +358,9 @@ AnonymizeIPAddr_A50::Node* AnonymizeIPAddr_A50::find_node(ipaddr32_t a)
|
|||
return nullptr;
|
||||
}
|
||||
|
||||
static zeek::IntrusivePtr<TableVal> anon_preserve_orig_addr;
|
||||
static zeek::IntrusivePtr<TableVal> anon_preserve_resp_addr;
|
||||
static zeek::IntrusivePtr<TableVal> anon_preserve_other_addr;
|
||||
static TableValPtr anon_preserve_orig_addr;
|
||||
static TableValPtr anon_preserve_resp_addr;
|
||||
static TableValPtr anon_preserve_other_addr;
|
||||
|
||||
void zeek::detail::init_ip_addr_anonymizers()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue