comparison src/event/modules/ngx_rtsig_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
comparison
equal deleted inserted replaced
6029:e284f3ff6831 6030:4652f8f26b12
129 NULL, /* enable an event */ 129 NULL, /* enable an event */
130 NULL, /* disable an event */ 130 NULL, /* disable an event */
131 ngx_rtsig_add_connection, /* add an connection */ 131 ngx_rtsig_add_connection, /* add an connection */
132 ngx_rtsig_del_connection, /* delete an connection */ 132 ngx_rtsig_del_connection, /* delete an connection */
133 NULL, /* trigger a notify */ 133 NULL, /* trigger a notify */
134 NULL, /* process the changes */
135 ngx_rtsig_process_events, /* process the events */ 134 ngx_rtsig_process_events, /* process the events */
136 ngx_rtsig_init, /* init the events */ 135 ngx_rtsig_init, /* init the events */
137 ngx_rtsig_done, /* done the events */ 136 ngx_rtsig_done, /* done the events */
138 } 137 }
139 138