comparison src/event/modules/ngx_iocp_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 4dc8e7b62216
comparison
equal deleted inserted replaced
6029:e284f3ff6831 6030:4652f8f26b12
63 NULL, /* enable an event */ 63 NULL, /* enable an event */
64 NULL, /* disable an event */ 64 NULL, /* disable an event */
65 NULL, /* add an connection */ 65 NULL, /* add an connection */
66 ngx_iocp_del_connection, /* delete an connection */ 66 ngx_iocp_del_connection, /* delete an connection */
67 NULL, /* trigger a notify */ 67 NULL, /* trigger a notify */
68 NULL, /* process the changes */
69 ngx_iocp_process_events, /* process the events */ 68 ngx_iocp_process_events, /* process the events */
70 ngx_iocp_init, /* init the events */ 69 ngx_iocp_init, /* init the events */
71 ngx_iocp_done /* done the events */ 70 ngx_iocp_done /* done the events */
72 } 71 }
73 72