mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 17:48:21 +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
|
@ -417,7 +417,7 @@ void Reporter::Weird(Connection* conn, const char* name, const char* addl)
|
|||
"%s", name);
|
||||
}
|
||||
|
||||
void Reporter::Weird(zeek::IntrusivePtr<RecordVal> conn_id, zeek::IntrusivePtr<StringVal> uid,
|
||||
void Reporter::Weird(RecordValPtr conn_id, StringValPtr uid,
|
||||
const char* name, const char* addl)
|
||||
{
|
||||
UpdateWeirdStats(name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue