comparison src/event/modules/ngx_win32_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 a72886067bbb
comparison
equal deleted inserted replaced
6029:e284f3ff6831 6030:4652f8f26b12
47 ngx_select_add_event, /* enable an event */ 47 ngx_select_add_event, /* enable an event */
48 ngx_select_del_event, /* disable an event */ 48 ngx_select_del_event, /* disable an event */
49 NULL, /* add an connection */ 49 NULL, /* add an connection */
50 NULL, /* delete an connection */ 50 NULL, /* delete an connection */
51 NULL, /* trigger a notify */ 51 NULL, /* trigger a notify */
52 NULL, /* process the changes */
53 ngx_select_process_events, /* process the events */ 52 ngx_select_process_events, /* process the events */
54 ngx_select_init, /* init the events */ 53 ngx_select_init, /* init the events */
55 ngx_select_done /* done the events */ 54 ngx_select_done /* done the events */
56 } 55 }
57 56