summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_master_process.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nxt_master_process.c')
-rw-r--r--src/nxt_master_process.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nxt_master_process.c b/src/nxt_master_process.c
index bd72a752..9e32785f 100644
--- a/src/nxt_master_process.c
+++ b/src/nxt_master_process.c
@@ -200,6 +200,8 @@ static nxt_port_handler_t nxt_master_process_port_handlers[] = {
nxt_port_master_data_handler,
NULL,
nxt_port_ready_handler,
+ nxt_port_rpc_handler,
+ nxt_port_rpc_handler,
};