| 2015 | } |
| 2016 | |
| 2017 | static int lua_pre_config(apr_pool_t *pconf, apr_pool_t *plog, |
| 2018 | apr_pool_t *ptemp) |
| 2019 | { |
| 2020 | ap_mutex_register(pconf, "lua-ivm-shm", NULL, APR_LOCK_DEFAULT, 0); |
| 2021 | return OK; |
| 2022 | } |
| 2023 | |
| 2024 | static int lua_post_config(apr_pool_t *pconf, apr_pool_t *plog, |
| 2025 | apr_pool_t *ptemp, server_rec *s) |
nothing calls this directly
no test coverage detected