diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2009-10-21 16:47:44 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2009-10-21 16:47:44 +0000 |
| commit | f2694cb9250a7fd13f8f681756f103529a1f5772 (patch) | |
| tree | be4e7a6007b277ed936ef4c82732e9e2ac68c887 /src/http/ngx_http.h | |
| parent | 2a634f53421af2fb09dcd9f3b0641723eb0370a6 (diff) | |
| download | nginx-f2694cb9250a7fd13f8f681756f103529a1f5772.tar.gz nginx-f2694cb9250a7fd13f8f681756f103529a1f5772.tar.bz2 | |
*) move sockaddr to the listen options
*) rename ngx_http_listen_t to ngx_http_listen_opt_t
Diffstat (limited to 'src/http/ngx_http.h')
| -rw-r--r-- | src/http/ngx_http.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http.h b/src/http/ngx_http.h index 87209f640..08bea5964 100644 --- a/src/http/ngx_http.h +++ b/src/http/ngx_http.h @@ -58,7 +58,7 @@ struct ngx_http_log_ctx_s { ngx_int_t ngx_http_add_location(ngx_conf_t *cf, ngx_queue_t **locations, ngx_http_core_loc_conf_t *clcf); ngx_int_t ngx_http_add_listen(ngx_conf_t *cf, ngx_http_core_srv_conf_t *cscf, - ngx_http_listen_t *listen); + ngx_http_listen_opt_t *lsopt); void ngx_http_init_connection(ngx_connection_t *c); |
