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

Thread pools implementation.
author Valentin Bartenev <vbart@nginx.com>
date Sat, 14 Mar 2015 17:37:07 +0300
parents 457ec43dd8d5
children 4652f8f26b12
comparison
equal deleted inserted replaced
6017:83d54192e97b 6018:466bd63b63d1
37 ngx_poll_del_event, /* delete an event */ 37 ngx_poll_del_event, /* delete an event */
38 ngx_poll_add_event, /* enable an event */ 38 ngx_poll_add_event, /* enable an event */
39 ngx_poll_del_event, /* disable an event */ 39 ngx_poll_del_event, /* disable an event */
40 NULL, /* add an connection */ 40 NULL, /* add an connection */
41 NULL, /* delete an connection */ 41 NULL, /* delete an connection */
42 NULL, /* trigger a notify */
42 NULL, /* process the changes */ 43 NULL, /* process the changes */
43 ngx_poll_process_events, /* process the events */ 44 ngx_poll_process_events, /* process the events */
44 ngx_poll_init, /* init the events */ 45 ngx_poll_init, /* init the events */
45 ngx_poll_done /* done the events */ 46 ngx_poll_done /* done the events */
46 } 47 }