From b6029a8a3fbe8577386a2a5e67c86700900afaf6 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Fri, 20 Mar 2015 06:43:19 +0300 Subject: Removed unix ngx_threaded and related ngx_process_changes. --- src/event/modules/ngx_eventport_module.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/event/modules/ngx_eventport_module.c') diff --git a/src/event/modules/ngx_eventport_module.c b/src/event/modules/ngx_eventport_module.c index 0ab459ee8..bacbb0507 100644 --- a/src/event/modules/ngx_eventport_module.c +++ b/src/event/modules/ngx_eventport_module.c @@ -182,7 +182,6 @@ ngx_event_module_t ngx_eventport_module_ctx = { NULL, /* add an connection */ NULL, /* delete an connection */ ngx_eventport_notify, /* trigger a notify */ - NULL, /* process the changes */ ngx_eventport_process_events, /* process the events */ ngx_eventport_init, /* init the events */ ngx_eventport_done, /* done the events */ -- cgit