comparison src/event/modules/ngx_poll_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 8c79c506ea20
comparison
equal deleted inserted replaced
6029:e284f3ff6831 6030:4652f8f26b12
38 ngx_poll_add_event, /* enable an event */ 38 ngx_poll_add_event, /* enable an event */
39 ngx_poll_del_event, /* disable an event */ 39 ngx_poll_del_event, /* disable an event */
40 NULL, /* add an connection */ 40 NULL, /* add an connection */
41 NULL, /* delete an connection */ 41 NULL, /* delete an connection */
42 NULL, /* trigger a notify */ 42 NULL, /* trigger a notify */
43 NULL, /* process the changes */
44 ngx_poll_process_events, /* process the events */ 43 ngx_poll_process_events, /* process the events */
45 ngx_poll_init, /* init the events */ 44 ngx_poll_init, /* init the events */
46 ngx_poll_done /* done the events */ 45 ngx_poll_done /* done the events */
47 } 46 }
48 47