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

Thread pools implementation.
author Valentin Bartenev <vbart@nginx.com>
date Sat, 14 Mar 2015 17:37:07 +0300
parents d620f497c50f
children 4652f8f26b12
comparison
equal deleted inserted replaced
6017:83d54192e97b 6018:466bd63b63d1
46 ngx_aio_del_event, /* delete an event */ 46 ngx_aio_del_event, /* delete an event */
47 NULL, /* enable an event */ 47 NULL, /* enable an event */
48 NULL, /* disable an event */ 48 NULL, /* disable an event */
49 NULL, /* add an connection */ 49 NULL, /* add an connection */
50 ngx_aio_del_connection, /* delete an connection */ 50 ngx_aio_del_connection, /* delete an connection */
51 NULL, /* trigger a notify */
51 NULL, /* process the changes */ 52 NULL, /* process the changes */
52 ngx_aio_process_events, /* process the events */ 53 ngx_aio_process_events, /* process the events */
53 ngx_aio_init, /* init the events */ 54 ngx_aio_init, /* init the events */
54 ngx_aio_done /* done the events */ 55 ngx_aio_done /* done the events */
55 } 56 }