comparison 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
comparison
equal deleted inserted replaced
208:0b67be7d4489 209:e1c815be05ae
333 #define NGX_EVENT_MODULE 0x544E5645 /* "EVNT" */ 333 #define NGX_EVENT_MODULE 0x544E5645 /* "EVNT" */
334 #define NGX_EVENT_CONF 0x00200000 334 #define NGX_EVENT_CONF 0x00200000
335 335
336 336
337 typedef struct { 337 typedef struct {
338 int connections; 338 int connections;
339 int timer_queues; 339 int timer_queues;
340 int use; 340 int use;
341 char *name;
341 } ngx_event_conf_t; 342 } ngx_event_conf_t;
342 343
343 344
344 typedef struct { 345 typedef struct {
345 ngx_str_t *name; 346 ngx_str_t *name;