| 105 | */ |
| 106 | |
| 107 | static int exipc_pre_config(apr_pool_t *pconf, apr_pool_t *plog, |
| 108 | apr_pool_t *ptemp) |
| 109 | { |
| 110 | ap_mutex_register(pconf, exipc_mutex_type, NULL, APR_LOCK_DEFAULT, 0); |
| 111 | return OK; |
| 112 | } |
| 113 | |
| 114 | /* |
| 115 | * This routine is called in the parent, so we'll set up the shared |
nothing calls this directly
no test coverage detected