A minor code clean for macro ngx_event_get_conf in ngx_event.h.
chronolaw
3 years ago
498 | 498 |
|
499 | 499 |
|
500 | 500 |
#define ngx_event_get_conf(conf_ctx, module) \
|
501 | |
(*(ngx_get_conf(conf_ctx, ngx_events_module))) [module.ctx_index];
|
|
501 |
(*(ngx_get_conf(conf_ctx, ngx_events_module))) [module.ctx_index]
|
502 | 502 |
|
503 | 503 |
|
504 | 504 |
|