comparison src/event/modules/ngx_select_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
46 ngx_select_add_event, /* enable an event */ 46 ngx_select_add_event, /* enable an event */
47 ngx_select_del_event, /* disable an event */ 47 ngx_select_del_event, /* disable an event */
48 NULL, /* add an connection */ 48 NULL, /* add an connection */
49 NULL, /* delete an connection */ 49 NULL, /* delete an connection */
50 NULL, /* trigger a notify */ 50 NULL, /* trigger a notify */
51 NULL, /* process the changes */
52 ngx_select_process_events, /* process the events */ 51 ngx_select_process_events, /* process the events */
53 ngx_select_init, /* init the events */ 52 ngx_select_init, /* init the events */
54 ngx_select_done /* done the events */ 53 ngx_select_done /* done the events */
55 } 54 }
56 55