summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_master_process.h
diff options
context:
space:
mode:
authorMax Romanov <max.romanov@nginx.com>2017-07-06 18:38:51 +0300
committerMax Romanov <max.romanov@nginx.com>2017-07-06 18:38:51 +0300
commitc56d2af3bcb10ca27b74c2fe123ea98dea07f0a0 (patch)
tree03e5469e6b32ccf31c52746c40358dd3f83e91d8 /src/nxt_master_process.h
parente1219569f4433f9b45bc9db5c02c5cc5f66b69ab (diff)
downloadunit-c56d2af3bcb10ca27b74c2fe123ea98dea07f0a0.tar.gz
unit-c56d2af3bcb10ca27b74c2fe123ea98dea07f0a0.tar.bz2
Router: read configuration from port.
Controller: stub to send configuration from POST body "as is" to router.
Diffstat (limited to 'src/nxt_master_process.h')
-rw-r--r--src/nxt_master_process.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nxt_master_process.h b/src/nxt_master_process.h
index ff84ca9f..417c0aa5 100644
--- a/src/nxt_master_process.h
+++ b/src/nxt_master_process.h
@@ -18,6 +18,7 @@ nxt_int_t nxt_router_start(nxt_task_t *task, nxt_runtime_t *rt);
extern nxt_port_handler_t nxt_worker_process_port_handlers[];
extern nxt_port_handler_t nxt_app_process_port_handlers[];
+extern nxt_port_handler_t nxt_router_process_port_handlers[];
extern const nxt_sig_event_t nxt_master_process_signals[];
extern const nxt_sig_event_t nxt_worker_process_signals[];