Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take

advantage of per-module loglevels


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@951895 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stefan Fritsch
2010-06-06 16:59:50 +00:00
parent 9d791e0e60
commit ebb62867fb
170 changed files with 212 additions and 124 deletions

View File

@ -291,7 +291,7 @@ static void register_hooks(apr_pool_t *p)
proxy_hook_canon_handler(proxy_fdpass_canon, NULL, NULL, APR_HOOK_FIRST);
}
module AP_MODULE_DECLARE_DATA proxy_fdpass_module = {
AP_DECLARE_MODULE(proxy_fdpass) = {
STANDARD20_MODULE_STUFF,
NULL, /* create per-directory config structure */
NULL, /* merge per-directory config structures */