diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2004-05-18 15:29:08 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2004-05-18 15:29:08 +0000 |
| commit | ab517d58277429bba16d0641e00aebea061db1ce (patch) | |
| tree | fca49eca624c51e0ae7c829f0ce64233496c610e /src/core/ngx_cycle.h | |
| parent | 3043bfcf105e47969720d5bce8c3a89afe8e666d (diff) | |
| download | nginx-ab517d58277429bba16d0641e00aebea061db1ce.tar.gz nginx-ab517d58277429bba16d0641e00aebea061db1ce.tar.bz2 | |
nginx-0.0.3-2004-05-18-19:29:08 import
Diffstat (limited to 'src/core/ngx_cycle.h')
| -rw-r--r-- | src/core/ngx_cycle.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/ngx_cycle.h b/src/core/ngx_cycle.h index 6588a7a15..e1b536869 100644 --- a/src/core/ngx_cycle.h +++ b/src/core/ngx_cycle.h @@ -25,6 +25,7 @@ struct ngx_cycle_s { ngx_cycle_t *old_cycle; ngx_str_t conf_file; + ngx_str_t root; }; |
