From c56d2af3bcb10ca27b74c2fe123ea98dea07f0a0 Mon Sep 17 00:00:00 2001 From: Max Romanov Date: Thu, 6 Jul 2017 18:38:51 +0300 Subject: Router: read configuration from port. Controller: stub to send configuration from POST body "as is" to router. --- src/nxt_master_process.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/nxt_master_process.h') 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[]; -- cgit