diff options
author | Igor Sysoev <igor@sysoev.ru> | 2017-07-18 22:27:13 +0300 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2017-07-18 22:27:13 +0300 |
commit | 21de5c1d1895495477c39f47449f57b680e34140 (patch) | |
tree | beb1af6400402ecec22395a6b6f9df864483f16a /src/nxt_application.h | |
parent | ee5b018cc289e4fb3510efb07c61116b7e4acfdf (diff) | |
download | unit-21de5c1d1895495477c39f47449f57b680e34140.tar.gz unit-21de5c1d1895495477c39f47449f57b680e34140.tar.bz2 |
Added application name in process title.
Diffstat (limited to 'src/nxt_application.h')
-rw-r--r-- | src/nxt_application.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nxt_application.h b/src/nxt_application.h index 73370806..97250324 100644 --- a/src/nxt_application.h +++ b/src/nxt_application.h @@ -46,6 +46,7 @@ typedef struct { struct nxt_common_app_conf_s { + nxt_str_t name; nxt_str_t type; nxt_app_type_t type_id; nxt_str_t user; |