diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2004-04-15 15:34:36 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2004-04-15 15:34:36 +0000 |
| commit | 68df19d33ac5cf804650261867afd5f8acdce364 (patch) | |
| tree | 5a49e42b41da04ea73eec12d0f402730e3268ca1 /src/core/ngx_cycle.h | |
| parent | cccc5528945be46d6afb456e7aba751340af9089 (diff) | |
| download | nginx-68df19d33ac5cf804650261867afd5f8acdce364.tar.gz nginx-68df19d33ac5cf804650261867afd5f8acdce364.tar.bz2 | |
nginx-0.0.3-2004-04-15-19:34:36 import
Diffstat (limited to 'src/core/ngx_cycle.h')
| -rw-r--r-- | src/core/ngx_cycle.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/ngx_cycle.h b/src/core/ngx_cycle.h index 1fac10e38..3cecbc53e 100644 --- a/src/core/ngx_cycle.h +++ b/src/core/ngx_cycle.h @@ -9,7 +9,10 @@ struct ngx_cycle_s { void ****conf_ctx; ngx_pool_t *pool; + ngx_log_t *log; + ngx_log_t *new_log; + ngx_array_t listening; ngx_array_t open_files; ngx_array_t pathes; |
