From 9d487df10df5000a84c9c1a75fff0cff525d4454 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 29 Aug 2017 02:59:35 +0300 Subject: The master process has been renamed to the main process. --- src/nginext/nxt_go_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nginext/nxt_go_lib.c') 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); } -- cgit