diff options
Diffstat (limited to 'src/event/ngx_event.h')
-rw-r--r-- | src/event/ngx_event.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/event/ngx_event.h b/src/event/ngx_event.h index 4325ab31f..c3f925f58 100644 --- a/src/event/ngx_event.h +++ b/src/event/ngx_event.h @@ -327,7 +327,7 @@ extern int ngx_event_flags; typedef struct { int connections; int timer_queues; - int type; + int use; } ngx_event_conf_t; |