comparison src/event/modules/ngx_rtsig_module.c @ 6018:466bd63b63d1

Thread pools implementation.
author Valentin Bartenev <vbart@nginx.com>
date Sat, 14 Mar 2015 17:37:07 +0300
parents 3f5f0ab59b35
children 4652f8f26b12
comparison
equal deleted inserted replaced
6017:83d54192e97b 6018:466bd63b63d1
128 NULL, /* delete an event */ 128 NULL, /* delete an event */
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, /* process the changes */ 134 NULL, /* process the changes */
134 ngx_rtsig_process_events, /* process the events */ 135 ngx_rtsig_process_events, /* process the events */
135 ngx_rtsig_init, /* init the events */ 136 ngx_rtsig_init, /* init the events */
136 ngx_rtsig_done, /* done the events */ 137 ngx_rtsig_done, /* done the events */
137 } 138 }