| 219 | } |
| 220 | |
| 221 | inline void |
| 222 | PoolableSession::release_outbound_connection_tracking() |
| 223 | { |
| 224 | // Update upstream connection tracking data if present. |
| 225 | if (conn_track_group) { |
| 226 | conn_track_group->release(); |
| 227 | conn_track_group.reset(); |
| 228 | } |
| 229 | } |
| 230 | |
| 231 | inline void |
| 232 | PoolableSession::attach_hostname(const char *hostname) |
no test coverage detected