dougm 01/11/19 09:32:46
Added: xs/Apache/Connection Apache__Connection.h
Log:
the new client_socket code
Revision Changes Path
1.1 modperl-2.0/xs/Apache/Connection/Apache__Connection.h
Index: Apache__Connection.h
===================================================================
static MP_INLINE
apr_socket_t *mpxs_Apache__Connection_client_socket(pTHX_ conn_rec *c,
apr_socket_t *s)
{
apr_socket_t *socket =
ap_get_module_config(c->conn_config, &core_module);
if (s) {
ap_set_module_config(c->conn_config, &core_module, s);
}
return socket;
}