From c38bcb7d70729434893ae4d5f2f58a78a36d2bd5 Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Wed, 12 Jul 2017 20:21:17 +0300 Subject: Controller: proper reconfiguration requests handling. Now controller serializes all reconfiguration requests and waits for result from 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 417c0aa5..6f7cc067 100644 --- a/src/nxt_master_process.h +++ b/src/nxt_master_process.h @@ -16,6 +16,7 @@ nxt_int_t nxt_controller_start(nxt_task_t *task, nxt_runtime_t *rt); nxt_int_t nxt_router_start(nxt_task_t *task, nxt_runtime_t *rt); +extern nxt_port_handler_t nxt_controller_process_port_handlers[]; 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[]; -- cgit