| 186 | } |
| 187 | |
| 188 | void |
| 189 | ProxyTransaction::transaction_done() |
| 190 | { |
| 191 | SCOPED_MUTEX_LOCK(lock, this->mutex, this_ethread()); |
| 192 | this->decrement_transactions_stat(); |
| 193 | } |
| 194 | |
| 195 | // Implement VConnection interface. |
| 196 | VIO * |
nothing calls this directly
no test coverage detected