| 200 | } |
| 201 | |
| 202 | int64_t |
| 203 | ProxySession::connection_id() const |
| 204 | { |
| 205 | return con_id; |
| 206 | } |
| 207 | |
| 208 | bool |
| 209 | ProxySession::attach_server_session(PoolableSession * /* ssession ATS_UNUSED */, bool /* transaction_done ATS_UNUSED */) |
no outgoing calls
no test coverage detected