comparison src/event/modules/ngx_epoll_module.c @ 6030:4652f8f26b12

Removed unix ngx_threaded and related ngx_process_changes.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 20 Mar 2015 06:43:19 +0300
parents 40e244e042a7
children 953ef81705e1
comparison
equal deleted inserted replaced
6029:e284f3ff6831 6030:4652f8f26b12
183 #if (NGX_HAVE_EVENTFD) 183 #if (NGX_HAVE_EVENTFD)
184 ngx_epoll_notify, /* trigger a notify */ 184 ngx_epoll_notify, /* trigger a notify */
185 #else 185 #else
186 NULL, /* trigger a notify */ 186 NULL, /* trigger a notify */
187 #endif 187 #endif
188 NULL, /* process the changes */
189 ngx_epoll_process_events, /* process the events */ 188 ngx_epoll_process_events, /* process the events */
190 ngx_epoll_init, /* init the events */ 189 ngx_epoll_init, /* init the events */
191 ngx_epoll_done, /* done the events */ 190 ngx_epoll_done, /* done the events */
192 } 191 }
193 }; 192 };