diff options
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; |