summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_router.h
diff options
context:
space:
mode:
authorMax Romanov <max.romanov@nginx.com>2020-08-11 19:20:28 +0300
committerMax Romanov <max.romanov@nginx.com>2020-08-11 19:20:28 +0300
commit72475ee11c4254086e5d5648c86498833bf8e939 (patch)
treeedad252a5cfcf2dd9500d1b8a629fc517c5aea91 /src/nxt_router.h
parent496f41c13435510a53da8dd1d383f63fd0c467ab (diff)
downloadunit-72475ee11c4254086e5d5648c86498833bf8e939.tar.gz
unit-72475ee11c4254086e5d5648c86498833bf8e939.tar.bz2
Made router port message handlers into static functions.
Mostly harmless.
Diffstat (limited to '')
-rw-r--r--src/nxt_router.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/nxt_router.h b/src/nxt_router.h
index 7e0dc7d7..ead8f292 100644
--- a/src/nxt_router.h
+++ b/src/nxt_router.h
@@ -217,12 +217,6 @@ struct nxt_router_access_log_s {
};
-void nxt_router_new_port_handler(nxt_task_t *task, nxt_port_recv_msg_t *msg);
-void nxt_router_conf_data_handler(nxt_task_t *task, nxt_port_recv_msg_t *msg);
-void nxt_router_remove_pid_handler(nxt_task_t *task, nxt_port_recv_msg_t *msg);
-void nxt_router_access_log_reopen_handler(nxt_task_t *task,
- nxt_port_recv_msg_t *msg);
-
void nxt_router_process_http_request(nxt_task_t *task, nxt_http_request_t *r,
nxt_app_t *app);
void nxt_router_app_port_close(nxt_task_t *task, nxt_port_t *port);