| 131 | } |
| 132 | |
| 133 | void |
| 134 | setupConnection(TSVConn vc) |
| 135 | { |
| 136 | if (nullptr != m_vc) { |
| 137 | TSVConnClose(m_vc); |
| 138 | } |
| 139 | m_read.close(); |
| 140 | m_write.close(); |
| 141 | m_vc = vc; |
| 142 | } |
| 143 | |
| 144 | void |
| 145 | setupVioRead(TSCont contp, int64_t const bytesin) |
no test coverage detected