summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_upstream.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2011-07-29 15:33:03 +0000
committerIgor Sysoev <igor@sysoev.ru>2011-07-29 15:33:03 +0000
commitc2f852c2603558b744928871a40f14fb950742ed (patch)
tree37864a655186b619dd3f07442e7255ae6a56e3d6 /src/http/ngx_http_upstream.h
parent26b94d71738b3cc48ddced35c984941d2f5bf68e (diff)
downloadnginx-c2f852c2603558b744928871a40f14fb950742ed.tar.gz
nginx-c2f852c2603558b744928871a40f14fb950742ed.tar.bz2
update r3945 with more descriptive error message
Diffstat (limited to '')
-rw-r--r--src/http/ngx_http_upstream.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/ngx_http_upstream.h b/src/http/ngx_http_upstream.h
index 01e2e1e51..fa848c0d3 100644
--- a/src/http/ngx_http_upstream.h
+++ b/src/http/ngx_http_upstream.h
@@ -179,6 +179,7 @@ typedef struct {
ngx_flag_t ssl_session_reuse;
#endif
+ ngx_str_t module;
} ngx_http_upstream_conf_t;