From bcf99f87e25d3702ec01595a5cf3e91c00cc6a98 Mon Sep 17 00:00:00 2001 From: Max Romanov Date: Wed, 2 Aug 2017 13:20:57 +0300 Subject: Using port rpc in controller->router configuration update. --- src/nxt_runtime.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/nxt_runtime.h') diff --git a/src/nxt_runtime.h b/src/nxt_runtime.h index 01087719..8ee8560b 100644 --- a/src/nxt_runtime.h +++ b/src/nxt_runtime.h @@ -135,9 +135,6 @@ 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