| 1410 | } |
| 1411 | |
| 1412 | static void socache_status_register(apr_pool_t *p) |
| 1413 | { |
| 1414 | APR_OPTIONAL_HOOK(ap, status_hook, socache_status_hook, NULL, NULL, APR_HOOK_MIDDLE); |
| 1415 | } |
| 1416 | |
| 1417 | static int socache_precfg(apr_pool_t *pconf, apr_pool_t *plog, apr_pool_t *ptmp) |
| 1418 | { |