Added application name in process title.

This commit is contained in:
Igor Sysoev
2017-07-18 22:27:13 +03:00
parent ee5b018cc2
commit 21de5c1d18
3 changed files with 39 additions and 14 deletions

View File

@@ -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;