# HG changeset patch
# User chronolaw <chronolaw@gmail.com>
# Date 1539928236 -28800
# Fri Oct 19 13:50:36 2018 +0800
# Node ID 0b9c58ac7a9f1b72870608f9d7360082fb234b7d
# Parent 8b68d50090e4f134a35da60146fefd5e63770759
A minor code clean for macro ngx_event_get_conf in ngx_event.h
diff -r 8b68d50090e4 -r 0b9c58ac7a9f src/event/ngx_event.h
|
a
|
b
|
|
| 499 | 499 | |
| 500 | 500 | |
| 501 | 501 | #define ngx_event_get_conf(conf_ctx, module) \ |
| 502 | | (*(ngx_get_conf(conf_ctx, ngx_events_module))) [module.ctx_index]; |
| | 502 | (*(ngx_get_conf(conf_ctx, ngx_events_module))) [module.ctx_index] |
| 503 | 503 | |
| 504 | 504 | |
| 505 | 505 | |