comparison src/http/ngx_http_core_module.h @ 423:fda5987b188d

nginx-0.0.10-2004-09-13-20:18:09 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 13 Sep 2004 16:18:09 +0000
parents 0526206251f6
children 694cd6cdb714
comparison
equal deleted inserted replaced
422:edaefb2a20fc 423:fda5987b188d
77 77
78 /* list of structures to find core_srv_conf quickly at run time */ 78 /* list of structures to find core_srv_conf quickly at run time */
79 79
80 typedef struct { 80 typedef struct {
81 in_port_t port; 81 in_port_t port;
82 ngx_str_t port_name; 82 ngx_str_t port_text;
83 ngx_array_t addrs; /* array of ngx_http_in_addr_t */ 83 ngx_array_t addrs; /* array of ngx_http_in_addr_t */
84 } ngx_http_in_port_t; 84 } ngx_http_in_port_t;
85 85
86 86
87 typedef struct { 87 typedef struct {