mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 01: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
|
@ -254,7 +254,7 @@ void TCP_Endpoint::AckReceived(uint64_t seq)
|
|||
contents_processor->AckReceived(seq);
|
||||
}
|
||||
|
||||
void TCP_Endpoint::SetContentsFile(zeek::IntrusivePtr<BroFile> f)
|
||||
void TCP_Endpoint::SetContentsFile(BroFilePtr f)
|
||||
{
|
||||
contents_file = std::move(f);
|
||||
contents_start_seq = ToRelativeSeqSpace(last_seq, seq_wraps);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue