comparison src/event/modules/ngx_devpoll_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 466bd63b63d1
children 33aef5cd3d43
comparison
equal deleted inserted replaced
6029:e284f3ff6831 6030:4652f8f26b12
87 ngx_devpoll_add_event, /* enable an event */ 87 ngx_devpoll_add_event, /* enable an event */
88 ngx_devpoll_del_event, /* disable an event */ 88 ngx_devpoll_del_event, /* disable an event */
89 NULL, /* add an connection */ 89 NULL, /* add an connection */
90 NULL, /* delete an connection */ 90 NULL, /* delete an connection */
91 NULL, /* trigger a notify */ 91 NULL, /* trigger a notify */
92 NULL, /* process the changes */
93 ngx_devpoll_process_events, /* process the events */ 92 ngx_devpoll_process_events, /* process the events */
94 ngx_devpoll_init, /* init the events */ 93 ngx_devpoll_init, /* init the events */
95 ngx_devpoll_done, /* done the events */ 94 ngx_devpoll_done, /* done the events */
96 } 95 }
97 96