| 70 | void removeSession(PoolableSession *ssn); |
| 71 | void addSession(PoolableSession *ssn); |
| 72 | int |
| 73 | count() const |
| 74 | { |
| 75 | return m_ip_pool.count(); |
| 76 | } |
| 77 | |
| 78 | private: |
| 79 | using IPTable = swoc::IntrusiveHashMap<PoolableSession::IPLinkage>; |
no outgoing calls
no test coverage detected