summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_process.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nxt_process.h')
-rw-r--r--src/nxt_process.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/nxt_process.h b/src/nxt_process.h
index 8b949853..2d1080cc 100644
--- a/src/nxt_process.h
+++ b/src/nxt_process.h
@@ -98,6 +98,10 @@ nxt_port_t *nxt_process_connected_port_find(nxt_process_t *process,
nxt_pid_t pid, nxt_port_id_t port_id);
+void nxt_worker_process_quit_handler(nxt_task_t *task,
+ nxt_port_recv_msg_t *msg);
+
+
#if (NXT_HAVE_SETPROCTITLE)
#define nxt_process_title(task, fmt, ...) \