From 838d9946ac2d9c9a9ba41d5b88209bfc5f2325d0 Mon Sep 17 00:00:00 2001 From: Max Romanov Date: Fri, 15 Sep 2017 20:30:34 +0300 Subject: Introducing named port message handlers to avoid misprints. --- src/nxt_main.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/nxt_main.h') diff --git a/src/nxt_main.h b/src/nxt_main.h index 15c56727..4cce7e62 100644 --- a/src/nxt_main.h +++ b/src/nxt_main.h @@ -19,6 +19,7 @@ typedef struct nxt_port_s nxt_port_t; typedef struct nxt_task_s nxt_task_t; typedef struct nxt_port_recv_msg_s nxt_port_recv_msg_t; typedef void (*nxt_port_handler_t)(nxt_task_t *task, nxt_port_recv_msg_t *msg); +typedef struct nxt_port_handlers_s nxt_port_handlers_t; typedef struct nxt_sig_event_s nxt_sig_event_t; typedef struct nxt_runtime_s nxt_runtime_t; -- cgit