Introducing named port message handlers to avoid misprints.

This commit is contained in:
Max Romanov
2017-09-15 20:30:34 +03:00
parent 1449e27cb4
commit 838d9946ac
10 changed files with 134 additions and 146 deletions

View File

@@ -30,7 +30,7 @@ struct nxt_process_init_s {
const char *name;
nxt_user_cred_t *user_cred;
nxt_port_handler_t *port_handlers;
nxt_port_handlers_t *port_handlers;
const nxt_sig_event_t *signals;
nxt_process_type_t type;