comparison src/http/ngx_http_core_module.h @ 2533:c843171d5dc2

axe r->port_text
author Igor Sysoev <igor@sysoev.ru>
date Tue, 24 Feb 2009 07:29:55 +0000
parents 5d53ad3a8319
children 2749e4bf6af0
comparison
equal deleted inserted replaced
2532:aa53ef3e36e9 2533:c843171d5dc2
198 198
199 #endif 199 #endif
200 200
201 201
202 typedef struct { 202 typedef struct {
203 ngx_str_t port_text;
204
205 /* ngx_http_in_addr_t or ngx_http_in6_addr_t */ 203 /* ngx_http_in_addr_t or ngx_http_in6_addr_t */
206 void *addrs; 204 void *addrs;
207 ngx_uint_t naddrs; 205 ngx_uint_t naddrs;
208 } ngx_http_port_t; 206 } ngx_http_port_t;
209 207