comparison src/event/ngx_event.h @ 6474:2cd019520210

Style.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 30 Mar 2016 11:52:16 +0300
parents 9fd68d5009e3
children f7849bfb6d21
comparison
equal deleted inserted replaced
6473:9d7326d3f474 6474:2cd019520210
186 ngx_int_t (*del_conn)(ngx_connection_t *c, ngx_uint_t flags); 186 ngx_int_t (*del_conn)(ngx_connection_t *c, ngx_uint_t flags);
187 187
188 ngx_int_t (*notify)(ngx_event_handler_pt handler); 188 ngx_int_t (*notify)(ngx_event_handler_pt handler);
189 189
190 ngx_int_t (*process_events)(ngx_cycle_t *cycle, ngx_msec_t timer, 190 ngx_int_t (*process_events)(ngx_cycle_t *cycle, ngx_msec_t timer,
191 ngx_uint_t flags); 191 ngx_uint_t flags);
192 192
193 ngx_int_t (*init)(ngx_cycle_t *cycle, ngx_msec_t timer); 193 ngx_int_t (*init)(ngx_cycle_t *cycle, ngx_msec_t timer);
194 void (*done)(ngx_cycle_t *cycle); 194 void (*done)(ngx_cycle_t *cycle);
195 } ngx_event_actions_t; 195 } ngx_event_actions_t;
196 196