diff options
author | Igor Sysoev <igor@sysoev.ru> | 2017-08-26 13:37:44 +0300 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2017-08-26 13:37:44 +0300 |
commit | e64494ba2cba9322f9594f26bcc69cb3a2441105 (patch) | |
tree | 4f0907e6f1000755a3d2f87c86932b18f1293401 /src/nxt_runtime.h | |
parent | d3a6d7805f9f869f3a786080a9e0586b4844034f (diff) | |
download | unit-e64494ba2cba9322f9594f26bcc69cb3a2441105.tar.gz unit-e64494ba2cba9322f9594f26bcc69cb3a2441105.tar.bz2 |
Added configure option --pid=FILE.
A pid file name can be relative.
The default pid file name is "nginext.pid".
Diffstat (limited to 'src/nxt_runtime.h')
-rw-r--r-- | src/nxt_runtime.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/nxt_runtime.h b/src/nxt_runtime.h index df8e162a..8741f08c 100644 --- a/src/nxt_runtime.h +++ b/src/nxt_runtime.h @@ -24,9 +24,6 @@ struct nxt_runtime_s { nxt_runtime_cont_t start; - nxt_str_t *conf_prefix; - nxt_str_t *prefix; - nxt_str_t hostname; nxt_file_name_t *pid_file; |