aboutsummaryrefslogtreecommitdiff
path: root/src/event/ngx_event.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/event/ngx_event.h')
-rw-r--r--src/event/ngx_event.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/event/ngx_event.h b/src/event/ngx_event.h
index ee7ab0f43..5a545504e 100644
--- a/src/event/ngx_event.h
+++ b/src/event/ngx_event.h
@@ -335,9 +335,10 @@ extern ngx_event_actions_t ngx_event_actions;
typedef struct {
- int connections;
- int timer_queues;
- int use;
+ int connections;
+ int timer_queues;
+ int use;
+ char *name;
} ngx_event_conf_t;