diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2004-09-13 16:18:09 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2004-09-13 16:18:09 +0000 |
| commit | 0292cbbe35cc6296a3128315a9a982fa2aa6832b (patch) | |
| tree | 595e5e0ad5b6d904d327f550398b31c34a932cad /src/core | |
| parent | 32e5771747809a31ed245a3299fefe19ace03ce6 (diff) | |
| download | nginx-0292cbbe35cc6296a3128315a9a982fa2aa6832b.tar.gz nginx-0292cbbe35cc6296a3128315a9a982fa2aa6832b.tar.bz2 | |
nginx-0.0.10-2004-09-13-20:18:09 import
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/ngx_conf_file.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/core/ngx_conf_file.h b/src/core/ngx_conf_file.h index 7286dbf41..1bd135473 100644 --- a/src/core/ngx_conf_file.h +++ b/src/core/ngx_conf_file.h @@ -91,15 +91,15 @@ struct ngx_open_file_s { struct ngx_module_s { - ngx_uint_t ctx_index; - ngx_uint_t index; - void *ctx; - ngx_command_t *commands; - ngx_uint_t type; - ngx_int_t (*init_module)(ngx_cycle_t *cycle); - ngx_int_t (*init_process)(ngx_cycle_t *cycle); + ngx_uint_t ctx_index; + ngx_uint_t index; + void *ctx; + ngx_command_t *commands; + ngx_uint_t type; + ngx_int_t (*init_module)(ngx_cycle_t *cycle); + ngx_int_t (*init_process)(ngx_cycle_t *cycle); #if 0 - ngx_int_t (*init_thread)(ngx_cycle_t *cycle); + ngx_int_t (*init_thread)(ngx_cycle_t *cycle); #endif }; |
