comparison src/http/ngx_http_core_module.h @ 2530:5d53ad3a8319

axe unneeded port field
author Igor Sysoev <igor@sysoev.ru>
date Mon, 23 Feb 2009 21:30:31 +0000
parents 2e91aecb9e57
children c843171d5dc2
comparison
equal deleted inserted replaced
2529:339da812982c 2530:5d53ad3a8319
198 198
199 #endif 199 #endif
200 200
201 201
202 typedef struct { 202 typedef struct {
203 in_port_t port;
204 ngx_str_t port_text; 203 ngx_str_t port_text;
205 204
206 /* ngx_http_in_addr_t or ngx_http_in6_addr_t */ 205 /* ngx_http_in_addr_t or ngx_http_in6_addr_t */
207 void *addrs; 206 void *addrs;
208 ngx_uint_t naddrs; 207 ngx_uint_t naddrs;