comparison src/core/ngx_conf_file.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 d6e2b445c1b8
children f390d1775430
comparison
equal deleted inserted replaced
422:edaefb2a20fc 423:fda5987b188d
89 #endif 89 #endif
90 }; 90 };
91 91
92 92
93 struct ngx_module_s { 93 struct ngx_module_s {
94 ngx_uint_t ctx_index; 94 ngx_uint_t ctx_index;
95 ngx_uint_t index; 95 ngx_uint_t index;
96 void *ctx; 96 void *ctx;
97 ngx_command_t *commands; 97 ngx_command_t *commands;
98 ngx_uint_t type; 98 ngx_uint_t type;
99 ngx_int_t (*init_module)(ngx_cycle_t *cycle); 99 ngx_int_t (*init_module)(ngx_cycle_t *cycle);
100 ngx_int_t (*init_process)(ngx_cycle_t *cycle); 100 ngx_int_t (*init_process)(ngx_cycle_t *cycle);
101 #if 0 101 #if 0
102 ngx_int_t (*init_thread)(ngx_cycle_t *cycle); 102 ngx_int_t (*init_thread)(ngx_cycle_t *cycle);
103 #endif 103 #endif
104 }; 104 };
105 105
106 106
107 typedef struct { 107 typedef struct {