aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_cycle.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-04-27 11:32:33 +0000
committerIgor Sysoev <igor@sysoev.ru>2009-04-27 11:32:33 +0000
commit5ef370df40b46b431f2c65d5a35d79569c647fc8 (patch)
tree8ef57a278e29261bcf160c9ab3fc248cfd674cf1 /src/core/ngx_cycle.h
parentdf585ef949c801d15a915c380583a60f032754b5 (diff)
downloadnginx-5ef370df40b46b431f2c65d5a35d79569c647fc8.tar.gz
nginx-5ef370df40b46b431f2c65d5a35d79569c647fc8.zip
-p and --prefix=
Diffstat (limited to 'src/core/ngx_cycle.h')
-rw-r--r--src/core/ngx_cycle.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/ngx_cycle.h b/src/core/ngx_cycle.h
index 6ce297410..b4007d4dc 100644
--- a/src/core/ngx_cycle.h
+++ b/src/core/ngx_cycle.h
@@ -60,7 +60,8 @@ struct ngx_cycle_s {
ngx_str_t conf_file;
ngx_str_t conf_param;
- ngx_str_t root;
+ ngx_str_t conf_prefix;
+ ngx_str_t prefix;
ngx_str_t lock_file;
ngx_str_t hostname;
};