diff options
author | Igor Sysoev <igor@sysoev.ru> | 2017-08-29 02:59:35 +0300 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2017-08-29 02:59:35 +0300 |
commit | 9d487df10df5000a84c9c1a75fff0cff525d4454 (patch) | |
tree | 68096193339f4a25bfac7d79f5c0a218f74bec7b /src/nginext/nxt_go_lib.c | |
parent | 946867febe29568418bfa146518ff7f97072dd67 (diff) | |
download | unit-9d487df10df5000a84c9c1a75fff0cff525d4454.tar.gz unit-9d487df10df5000a84c9c1a75fff0cff525d4454.tar.bz2 |
The master process has been renamed to the main process.
Diffstat (limited to 'src/nginext/nxt_go_lib.c')
-rw-r--r-- | src/nginext/nxt_go_lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nginext/nxt_go_lib.c b/src/nginext/nxt_go_lib.c index 6d5d2a03..474d313b 100644 --- a/src/nginext/nxt_go_lib.c +++ b/src/nginext/nxt_go_lib.c @@ -179,7 +179,7 @@ nxt_go_ready() port_msg.last = 1; port_msg.mmap = 0; - nxt_go_master_send(&port_msg, sizeof(port_msg), NULL, 0); + nxt_go_main_send(&port_msg, sizeof(port_msg), NULL, 0); } |