mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 22:58: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
|
@ -16,7 +16,7 @@ EncapsulatingConn::EncapsulatingConn(Connection* c, BifEnum::Tunnel::Type t)
|
|||
}
|
||||
}
|
||||
|
||||
zeek::IntrusivePtr<RecordVal> EncapsulatingConn::ToVal() const
|
||||
RecordValPtr EncapsulatingConn::ToVal() const
|
||||
{
|
||||
auto rv = zeek::make_intrusive<RecordVal>(zeek::BifType::Record::Tunnel::EncapsulatingConn);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue