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

Thread pools implementation.
author Valentin Bartenev <vbart@nginx.com>
date Sat, 14 Mar 2015 17:37:07 +0300
parents 3f5f0ab59b35
children 40e244e042a7
comparison
equal deleted inserted replaced
6017:83d54192e97b 6018:466bd63b63d1
162 ngx_epoll_del_event, /* delete an event */ 162 ngx_epoll_del_event, /* delete an event */
163 ngx_epoll_add_event, /* enable an event */ 163 ngx_epoll_add_event, /* enable an event */
164 ngx_epoll_del_event, /* disable an event */ 164 ngx_epoll_del_event, /* disable an event */
165 ngx_epoll_add_connection, /* add an connection */ 165 ngx_epoll_add_connection, /* add an connection */
166 ngx_epoll_del_connection, /* delete an connection */ 166 ngx_epoll_del_connection, /* delete an connection */
167 NULL, /* trigger a notify */
167 NULL, /* process the changes */ 168 NULL, /* process the changes */
168 ngx_epoll_process_events, /* process the events */ 169 ngx_epoll_process_events, /* process the events */
169 ngx_epoll_init, /* init the events */ 170 ngx_epoll_init, /* init the events */
170 ngx_epoll_done, /* done the events */ 171 ngx_epoll_done, /* done the events */
171 } 172 }