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