diff options
Diffstat (limited to 'src/nxt_router.c')
-rw-r--r-- | src/nxt_router.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nxt_router.c b/src/nxt_router.c index 44dbf200..9753d289 100644 --- a/src/nxt_router.c +++ b/src/nxt_router.c @@ -899,6 +899,7 @@ static nxt_port_handler_t nxt_router_app_port_handlers[] = { nxt_port_change_log_file_handler, nxt_port_mmap_handler, nxt_router_app_data_handler, + nxt_port_remove_pid_handler, }; |