diff options
author | Igor Sysoev <igor@sysoev.ru> | 2009-10-21 19:16:38 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2009-10-21 19:16:38 +0000 |
commit | 5a95080cb6ea3b8df0dc353553038001c46d3a59 (patch) | |
tree | 57e4c1fb0b94098229ae0fc31359e1de72084183 /src/http/ngx_http_core_module.h | |
parent | ba3083bfce4d9eddee72439e33c91456206bfebc (diff) | |
download | nginx-5a95080cb6ea3b8df0dc353553038001c46d3a59.tar.gz nginx-5a95080cb6ea3b8df0dc353553038001c46d3a59.zip |
allow to set listen options in any server
Diffstat (limited to 'src/http/ngx_http_core_module.h')
-rw-r--r-- | src/http/ngx_http_core_module.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/ngx_http_core_module.h b/src/http/ngx_http_core_module.h index b83dbdd05..2b8d8bb31 100644 --- a/src/http/ngx_http_core_module.h +++ b/src/http/ngx_http_core_module.h @@ -46,6 +46,7 @@ typedef struct { u_char sockaddr[NGX_SOCKADDRLEN]; socklen_t socklen; + unsigned set:1; unsigned default_server:1; unsigned bind:1; unsigned wildcard:1; |