diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2003-07-01 15:00:03 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2003-07-01 15:00:03 +0000 |
| commit | 6abfde65573d145325a908417d5301d4766c6af8 (patch) | |
| tree | a1ac279536b8830a41dcbde437af0ac054f3050b /src/core/ngx_conf_file.h | |
| parent | f5e97c5cbe063246087f11f36fa04c48e8dba10a (diff) | |
| download | nginx-6abfde65573d145325a908417d5301d4766c6af8.tar.gz nginx-6abfde65573d145325a908417d5301d4766c6af8.tar.bz2 | |
nginx-0.0.1-2003-07-01-19:00:03 import
Diffstat (limited to 'src/core/ngx_conf_file.h')
| -rw-r--r-- | src/core/ngx_conf_file.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/core/ngx_conf_file.h b/src/core/ngx_conf_file.h index d82d239e0..e84137472 100644 --- a/src/core/ngx_conf_file.h +++ b/src/core/ngx_conf_file.h @@ -83,7 +83,9 @@ typedef struct { ngx_pool_t *pool; ngx_log_t *log; ngx_array_t listening; - ngx_array_t files; + ngx_array_t open_files; + + unsigned one_process:1; } ngx_cycle_t; @@ -95,6 +97,7 @@ struct ngx_conf_s { char *name; ngx_array_t *args; + ngx_cycle_t *cycle; ngx_pool_t *pool; ngx_conf_file_t *conf_file; ngx_log_t *log; |
