mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 09:38:19 +00:00
Move ODesc to zeek namespace
This commit is contained in:
parent
fdcb2760b2
commit
4e9a5e9d98
53 changed files with 162 additions and 143 deletions
|
@ -369,7 +369,7 @@ uint64_t Reassembler::TotalSize() const
|
|||
return block_list.DataSize() + old_block_list.DataSize();
|
||||
}
|
||||
|
||||
void Reassembler::Describe(ODesc* d) const
|
||||
void Reassembler::Describe(zeek::ODesc* d) const
|
||||
{
|
||||
d->Add("reassembler");
|
||||
}
|
||||
|
@ -384,4 +384,3 @@ uint64_t Reassembler::MemoryAllocation(ReassemblerType rtype)
|
|||
{
|
||||
return Reassembler::sizes[rtype];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue