comparison src/http/ngx_http_core_module.h @ 47:d81326c3b21b

nginx-0.0.1-2003-01-15-10:02:27 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 15 Jan 2003 07:02:27 +0000
parents 0e81ac0bb3e2
children 27b628ef907e
comparison
equal deleted inserted replaced
46:f84a648211f4 47:d81326c3b21b
26 ngx_http_conf_ctx_t *ctx; 26 ngx_http_conf_ctx_t *ctx;
27 } ngx_http_core_srv_conf_t; 27 } ngx_http_core_srv_conf_t;
28 28
29 29
30 typedef struct { 30 typedef struct {
31 ngx_str_t name; 31 ngx_str_t name;
32 ngx_http_core_srv_conf_t *core_srv_conf; 32 ngx_http_core_srv_conf_t *core_srv_conf;
33 } ngx_http_server_name_t; 33 } ngx_http_server_name_t;
34 34
35 35
36 typedef struct { 36 typedef struct {