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_runtime.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/nxt_runtime.h') diff --git a/src/nxt_runtime.h b/src/nxt_runtime.h index 46e8e9d2..7cbd466a 100644 --- a/src/nxt_runtime.h +++ b/src/nxt_runtime.h @@ -132,6 +132,9 @@ nxt_port_t *nxt_runtime_port_first(nxt_runtime_t *rt, /* STUB */ nxt_int_t nxt_runtime_controller_socket(nxt_task_t *task, nxt_runtime_t *rt); +void nxt_port_controller_data_handler(nxt_task_t *task, + nxt_port_recv_msg_t *msg); + nxt_str_t *nxt_current_directory(nxt_mp_t *mp); nxt_listen_socket_t *nxt_runtime_listen_socket_add(nxt_runtime_t *rt, -- cgit