comparison src/event/modules/ngx_eventport_module.c @ 6030:4652f8f26b12

Removed unix ngx_threaded and related ngx_process_changes.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 20 Mar 2015 06:43:19 +0300
parents 117c77b22db1
children d17f0584006f
comparison
equal deleted inserted replaced
6029:e284f3ff6831 6030:4652f8f26b12
180 ngx_eventport_add_event, /* enable an event */ 180 ngx_eventport_add_event, /* enable an event */
181 ngx_eventport_del_event, /* disable an event */ 181 ngx_eventport_del_event, /* disable an event */
182 NULL, /* add an connection */ 182 NULL, /* add an connection */
183 NULL, /* delete an connection */ 183 NULL, /* delete an connection */
184 ngx_eventport_notify, /* trigger a notify */ 184 ngx_eventport_notify, /* trigger a notify */
185 NULL, /* process the changes */
186 ngx_eventport_process_events, /* process the events */ 185 ngx_eventport_process_events, /* process the events */
187 ngx_eventport_init, /* init the events */ 186 ngx_eventport_init, /* init the events */
188 ngx_eventport_done, /* done the events */ 187 ngx_eventport_done, /* done the events */
189 } 188 }
190 189