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

Thread pools implementation.
author Valentin Bartenev <vbart@nginx.com>
date Sat, 14 Mar 2015 17:37:07 +0300
parents de7ec5eef6d2
children 4652f8f26b12
comparison
equal deleted inserted replaced
6017:83d54192e97b 6018:466bd63b63d1
62 NULL, /* delete an event */ 62 NULL, /* delete an event */
63 NULL, /* enable an event */ 63 NULL, /* enable an event */
64 NULL, /* disable an event */ 64 NULL, /* disable an event */
65 NULL, /* add an connection */ 65 NULL, /* add an connection */
66 ngx_iocp_del_connection, /* delete an connection */ 66 ngx_iocp_del_connection, /* delete an connection */
67 NULL, /* trigger a notify */
67 NULL, /* process the changes */ 68 NULL, /* process the changes */
68 ngx_iocp_process_events, /* process the events */ 69 ngx_iocp_process_events, /* process the events */
69 ngx_iocp_init, /* init the events */ 70 ngx_iocp_init, /* init the events */
70 ngx_iocp_done /* done the events */ 71 ngx_iocp_done /* done the events */
71 } 72 }