| 24 | } |
| 25 | |
| 26 | void http_plugin_init(ACL_DLL_ENV *dll_env, const char *cfg_dir) |
| 27 | { |
| 28 | plugin_init(dll_env); |
| 29 | http_conf_load(cfg_dir); |
| 30 | } |
| 31 | |
| 32 | void http_plugin_pool_create(int threads_limit, int threads_idle) |
| 33 | { |
nothing calls this directly
no test coverage detected
searching dependent graphs…