From 059a8642898a6bd4b47d13a1c1d599cd44af7e1c Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 7 Feb 2017 20:04:56 +0300 Subject: Event engines refactoring. --- src/nxt_master_process.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nxt_master_process.h') diff --git a/src/nxt_master_process.h b/src/nxt_master_process.h index ce40455e..8c40b5b3 100644 --- a/src/nxt_master_process.h +++ b/src/nxt_master_process.h @@ -14,7 +14,7 @@ void nxt_master_stop_worker_processes(nxt_task_t *task, nxt_cycle_t *cycle); void nxt_worker_process_start(void *data); -extern const nxt_event_sig_t nxt_master_process_signals[]; +extern const nxt_sig_event_t nxt_master_process_signals[]; #endif /* _NXT_UNIX_MASTER_PROCESS_H_INCLUDED_ */ -- cgit