aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_core_module.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-11-27 11:33:52 +0000
committerIgor Sysoev <igor@sysoev.ru>2007-11-27 11:33:52 +0000
commit13f5ff9d7efce9dd9ffa4e22d6f56089a6a491f0 (patch)
tree51d7d3cc307ae8245df8e6e0ade2b8af678ef349 /src/http/ngx_http_core_module.h
parentb50b32e25581fa5e2c119191f237d27f42081c8a (diff)
downloadnginx-13f5ff9d7efce9dd9ffa4e22d6f56089a6a491f0.tar.gz
nginx-13f5ff9d7efce9dd9ffa4e22d6f56089a6a491f0.zip
http resolver and resolver_timeout
Diffstat (limited to 'src/http/ngx_http_core_module.h')
-rw-r--r--src/http/ngx_http_core_module.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/http/ngx_http_core_module.h b/src/http/ngx_http_core_module.h
index a2f29e267..2027f511e 100644
--- a/src/http/ngx_http_core_module.h
+++ b/src/http/ngx_http_core_module.h
@@ -270,6 +270,9 @@ struct ngx_http_core_loc_conf_s {
ngx_msec_t keepalive_timeout; /* keepalive_timeout */
ngx_msec_t lingering_time; /* lingering_time */
ngx_msec_t lingering_timeout; /* lingering_timeout */
+ ngx_msec_t resolver_timeout; /* resolver_timeout */
+
+ ngx_resolver_t *resolver; /* resolver */
time_t keepalive_header; /* keepalive_timeout */