From 305fc021db799c87d751f0f1f5e99afee7bb2b3b Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Sat, 14 Mar 2015 17:37:07 +0300 Subject: Thread pools implementation. --- src/event/modules/ngx_select_module.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/event/modules/ngx_select_module.c') diff --git a/src/event/modules/ngx_select_module.c b/src/event/modules/ngx_select_module.c index e83744431..a8bf06676 100644 --- a/src/event/modules/ngx_select_module.c +++ b/src/event/modules/ngx_select_module.c @@ -47,6 +47,7 @@ ngx_event_module_t ngx_select_module_ctx = { ngx_select_del_event, /* disable an event */ NULL, /* add an connection */ NULL, /* delete an connection */ + NULL, /* trigger a notify */ NULL, /* process the changes */ ngx_select_process_events, /* process the events */ ngx_select_init, /* init the events */ -- cgit