mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 17:48:21 +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
|
@ -279,7 +279,7 @@ public:
|
|||
|
||||
uint64_t TotalSize() const; // number of bytes buffered up
|
||||
|
||||
void Describe(ODesc* d) const override;
|
||||
void Describe(zeek::ODesc* d) const override;
|
||||
|
||||
// Sum over all data buffered in some reassembler.
|
||||
static uint64_t TotalMemoryAllocation() { return total_size; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue