diff src/event/ngx_event.h @ 209:e1c815be05ae

nginx-0.0.1-2003-12-09-18:08:11 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 09 Dec 2003 15:08:11 +0000
parents 0b67be7d4489
children 05592fd7a436
line wrap: on
line diff
--- a/src/event/ngx_event.h	Mon Dec 08 20:48:12 2003 +0000
+++ b/src/event/ngx_event.h	Tue Dec 09 15:08:11 2003 +0000
@@ -335,9 +335,10 @@
 
 
 typedef struct {
-    int   connections;
-    int   timer_queues;
-    int   use;
+    int    connections;
+    int    timer_queues;
+    int    use;
+    char  *name;
 } ngx_event_conf_t;