From 0292cbbe35cc6296a3128315a9a982fa2aa6832b Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 13 Sep 2004 16:18:09 +0000 Subject: nginx-0.0.10-2004-09-13-20:18:09 import --- src/core/ngx_conf_file.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/core') 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 }; -- cgit