mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 12:38:20 +00:00
Rename some connection-specific methods in Session and SessionManager
This commit is contained in:
parent
f92f2e6fd4
commit
63fd1611ca
17 changed files with 61 additions and 45 deletions
|
@ -149,7 +149,7 @@ public:
|
|||
/**
|
||||
* Returns the associated "connection" record.
|
||||
*/
|
||||
const RecordValPtr& ConnVal() override;
|
||||
const RecordValPtr& GetVal() override;
|
||||
|
||||
/**
|
||||
* Append additional entries to the history field in the connection record.
|
||||
|
@ -186,7 +186,7 @@ public:
|
|||
|
||||
// Just a lower bound.
|
||||
unsigned int MemoryAllocation() const override;
|
||||
unsigned int MemoryAllocationConnVal() const override;
|
||||
unsigned int MemoryAllocationVal() const override;
|
||||
|
||||
static uint64_t TotalConnections()
|
||||
{ return total_connections; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue