comparison src/http/ngx_http_core_module.h @ 1232:d75676dfa1b0

style fix
author Igor Sysoev <igor@sysoev.ru>
date Mon, 04 Jun 2007 20:00:06 +0000
parents 493a227edfd5
children f8a40ccafb04
comparison
equal deleted inserted replaced
1231:16be943ade99 1232:d75676dfa1b0
170 170
171 typedef struct { 171 typedef struct {
172 in_addr_t addr; 172 in_addr_t addr;
173 173
174 ngx_hash_t hash; 174 ngx_hash_t hash;
175 ngx_hash_wildcard_t *dns_wildcards; 175 ngx_hash_wildcard_t *dns_wildcards;
176 176
177 ngx_array_t names; /* array of ngx_http_server_name_t */ 177 ngx_array_t names; /* array of ngx_http_server_name_t */
178 178
179 /* the default server configuration for this address:port */ 179 /* the default server configuration for this address:port */
180 ngx_http_core_srv_conf_t *core_srv_conf; 180 ngx_http_core_srv_conf_t *core_srv_conf;