diff options
author | Max Romanov <max.romanov@nginx.com> | 2017-08-02 13:20:57 +0300 |
---|---|---|
committer | Max Romanov <max.romanov@nginx.com> | 2017-08-02 13:20:57 +0300 |
commit | bcf99f87e25d3702ec01595a5cf3e91c00cc6a98 (patch) | |
tree | b425438c319b92f902427267f53d8aafdde3ea2c /src/nxt_runtime.h | |
parent | 82c0304ab8f4fb2d406fe709639bee535b45d888 (diff) | |
download | unit-bcf99f87e25d3702ec01595a5cf3e91c00cc6a98.tar.gz unit-bcf99f87e25d3702ec01595a5cf3e91c00cc6a98.tar.bz2 |
Using port rpc in controller->router configuration update.
Diffstat (limited to 'src/nxt_runtime.h')
-rw-r--r-- | src/nxt_runtime.h | 3 |
1 files changed, 0 insertions, 3 deletions
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, |