Get the associated private data pointer */
| 136 | |
| 137 | /* Get the associated private data pointer */ |
| 138 | void *connGetPrivateData(connection *conn) { |
| 139 | return conn->private_data; |
| 140 | } |
| 141 | |
| 142 | /* ------ Pure socket connections ------- */ |
| 143 |
no outgoing calls
no test coverage detected