comparison src/http/ngx_http.h @ 3220:cdcd9e29c589

*) move sockaddr to the listen options *) rename ngx_http_listen_t to ngx_http_listen_opt_t
author Igor Sysoev <igor@sysoev.ru>
date Wed, 21 Oct 2009 16:47:44 +0000
parents a22bf524a456
children 6b8e5c882e47
comparison
equal deleted inserted replaced
3219:81b8416054b0 3220:cdcd9e29c589
56 56
57 57
58 ngx_int_t ngx_http_add_location(ngx_conf_t *cf, ngx_queue_t **locations, 58 ngx_int_t ngx_http_add_location(ngx_conf_t *cf, ngx_queue_t **locations,
59 ngx_http_core_loc_conf_t *clcf); 59 ngx_http_core_loc_conf_t *clcf);
60 ngx_int_t ngx_http_add_listen(ngx_conf_t *cf, ngx_http_core_srv_conf_t *cscf, 60 ngx_int_t ngx_http_add_listen(ngx_conf_t *cf, ngx_http_core_srv_conf_t *cscf,
61 ngx_http_listen_t *listen); 61 ngx_http_listen_opt_t *lsopt);
62 62
63 63
64 void ngx_http_init_connection(ngx_connection_t *c); 64 void ngx_http_init_connection(ngx_connection_t *c);
65 65
66 #ifdef SSL_CTRL_SET_TLSEXT_HOSTNAME 66 #ifdef SSL_CTRL_SET_TLSEXT_HOSTNAME