summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_process.h
diff options
context:
space:
mode:
authorMax Romanov <max.romanov@nginx.com>2017-09-15 20:30:34 +0300
committerMax Romanov <max.romanov@nginx.com>2017-09-15 20:30:34 +0300
commit838d9946ac2d9c9a9ba41d5b88209bfc5f2325d0 (patch)
treecd6458cb2362ef2550fc5629407f5f623c11945f /src/nxt_process.h
parent1449e27cb42a5b3ca2d2106a39fee3f1d54a340e (diff)
downloadunit-838d9946ac2d9c9a9ba41d5b88209bfc5f2325d0.tar.gz
unit-838d9946ac2d9c9a9ba41d5b88209bfc5f2325d0.tar.bz2
Introducing named port message handlers to avoid misprints.
Diffstat (limited to 'src/nxt_process.h')
-rw-r--r--src/nxt_process.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nxt_process.h b/src/nxt_process.h
index 2d1080cc..63302701 100644
--- a/src/nxt_process.h
+++ b/src/nxt_process.h
@@ -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;