diff options
author | Max Romanov <max.romanov@nginx.com> | 2017-07-06 18:38:51 +0300 |
---|---|---|
committer | Max Romanov <max.romanov@nginx.com> | 2017-07-06 18:38:51 +0300 |
commit | c56d2af3bcb10ca27b74c2fe123ea98dea07f0a0 (patch) | |
tree | 03e5469e6b32ccf31c52746c40358dd3f83e91d8 /src/nxt_master_process.h | |
parent | e1219569f4433f9b45bc9db5c02c5cc5f66b69ab (diff) | |
download | unit-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.h | 1 |
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[]; |