summaryrefslogtreecommitdiffhomepage
path: root/src/event/ngx_event.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-04-08 15:58:25 +0000
committerIgor Sysoev <igor@sysoev.ru>2004-04-08 15:58:25 +0000
commitfff32326ca9009ebba0aadd24aa0683afe0d4a02 (patch)
treeac738d570dd46b0ef6b15b09b42d9956245f5005 /src/event/ngx_event.h
parent9a864bd8f87efd0fa23f552d4277475dd76bcea4 (diff)
downloadnginx-fff32326ca9009ebba0aadd24aa0683afe0d4a02.tar.gz
nginx-fff32326ca9009ebba0aadd24aa0683afe0d4a02.tar.bz2
nginx-0.0.3-2004-04-08-19:58:25 import
Diffstat (limited to 'src/event/ngx_event.h')
-rw-r--r--src/event/ngx_event.h16
1 files changed, 10 insertions, 6 deletions
diff --git a/src/event/ngx_event.h b/src/event/ngx_event.h
index 1dcfe5066..433d6cffc 100644
--- a/src/event/ngx_event.h
+++ b/src/event/ngx_event.h
@@ -381,15 +381,19 @@ extern ngx_event_actions_t ngx_event_actions;
typedef struct {
- ngx_int_t connections;
- ngx_int_t use;
+ ngx_int_t connections;
+ ngx_int_t use;
- ngx_flag_t multi_accept;
- ngx_flag_t accept_mutex;
+ ngx_flag_t multi_accept;
+ ngx_flag_t accept_mutex;
- ngx_msec_t accept_mutex_delay;
+ ngx_msec_t accept_mutex_delay;
- u_char *name;
+ u_char *name;
+
+#if (NGX_DEBUG)
+ ngx_array_t debug_connection;
+#endif
} ngx_event_conf_t;