comparison src/http/ngx_http_core_module.h @ 1533:9b10ba85b249 stable-0.5

r1490 merge: u_char* is enough to keep file name
author Igor Sysoev <igor@sysoev.ru>
date Sun, 23 Sep 2007 19:29:22 +0000
parents bf5b86d5f00e
children cacb565c554e
comparison
equal deleted inserted replaced
1532:44bd4db45b30 1533:9b10ba85b249
36 typedef struct { 36 typedef struct {
37 in_addr_t addr; 37 in_addr_t addr;
38 in_port_t port; 38 in_port_t port;
39 int family; 39 int family;
40 40
41 ngx_str_t file_name; 41 u_char *file_name;
42 ngx_int_t line; 42 ngx_uint_t line;
43 43
44 ngx_http_listen_conf_t conf; 44 ngx_http_listen_conf_t conf;
45 } ngx_http_listen_t; 45 } ngx_http_listen_t;
46 46
47 47