Rename some connection-specific methods in Session and SessionManager

This commit is contained in:
Tim Wojtulewicz 2021-04-09 11:22:45 -07:00
parent f92f2e6fd4
commit 63fd1611ca
17 changed files with 61 additions and 45 deletions

View file

@ -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; }