comparison src/event/modules/ngx_eventport_module.c @ 6018:466bd63b63d1

Thread pools implementation.
author Valentin Bartenev <vbart@nginx.com>
date Sat, 14 Mar 2015 17:37:07 +0300
parents d84f0abd4a53
children 117c77b22db1
comparison
equal deleted inserted replaced
6017:83d54192e97b 6018:466bd63b63d1
170 ngx_eventport_del_event, /* delete an event */ 170 ngx_eventport_del_event, /* delete an event */
171 ngx_eventport_add_event, /* enable an event */ 171 ngx_eventport_add_event, /* enable an event */
172 ngx_eventport_del_event, /* disable an event */ 172 ngx_eventport_del_event, /* disable an event */
173 NULL, /* add an connection */ 173 NULL, /* add an connection */
174 NULL, /* delete an connection */ 174 NULL, /* delete an connection */
175 NULL, /* trigger a notify */
175 NULL, /* process the changes */ 176 NULL, /* process the changes */
176 ngx_eventport_process_events, /* process the events */ 177 ngx_eventport_process_events, /* process the events */
177 ngx_eventport_init, /* init the events */ 178 ngx_eventport_init, /* init the events */
178 ngx_eventport_done, /* done the events */ 179 ngx_eventport_done, /* done the events */
179 } 180 }