comparison src/event/modules/ngx_select_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
45 ngx_select_del_event, /* delete an event */ 45 ngx_select_del_event, /* delete an event */
46 ngx_select_add_event, /* enable an event */ 46 ngx_select_add_event, /* enable an event */
47 ngx_select_del_event, /* disable an event */ 47 ngx_select_del_event, /* disable an event */
48 NULL, /* add an connection */ 48 NULL, /* add an connection */
49 NULL, /* delete an connection */ 49 NULL, /* delete an connection */
50 NULL, /* trigger a notify */
50 NULL, /* process the changes */ 51 NULL, /* process the changes */
51 ngx_select_process_events, /* process the events */ 52 ngx_select_process_events, /* process the events */
52 ngx_select_init, /* init the events */ 53 ngx_select_init, /* init the events */
53 ngx_select_done /* done the events */ 54 ngx_select_done /* done the events */
54 } 55 }