mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 01:28:20 +00:00
Move IntrusivePtr and utility methods to the zeek namespace
This commit is contained in:
parent
4668378d91
commit
9364e6a5b7
255 changed files with 3761 additions and 3730 deletions
|
@ -187,8 +187,8 @@ public:
|
|||
|
||||
void AckReceived(uint64_t seq);
|
||||
|
||||
void SetContentsFile(IntrusivePtr<BroFile> f);
|
||||
const IntrusivePtr<BroFile>& GetContentsFile() const { return contents_file; }
|
||||
void SetContentsFile(zeek::IntrusivePtr<BroFile> f);
|
||||
const zeek::IntrusivePtr<BroFile>& GetContentsFile() const { return contents_file; }
|
||||
|
||||
// Codes used for tracking history. For responders, we shift these
|
||||
// over by 16 bits in order to fit both originator and responder
|
||||
|
@ -211,7 +211,7 @@ public:
|
|||
TCP_Endpoint* peer;
|
||||
TCP_Reassembler* contents_processor;
|
||||
TCP_Analyzer* tcp_analyzer;
|
||||
IntrusivePtr<BroFile> contents_file;
|
||||
zeek::IntrusivePtr<BroFile> contents_file;
|
||||
uint32_t checksum_base;
|
||||
|
||||
double start_time, last_time;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue