comparison src/event/modules/ngx_poll_module.c @ 50:b288069a8696

nginx-0.0.1-2003-01-23-21:47:54 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 23 Jan 2003 18:47:54 +0000
parents 83fa61cd3d2f
children d1e42f1b8fd4
comparison
equal deleted inserted replaced
49:c091d5b853c8 50:b288069a8696
5 #include <ngx_errno.h> 5 #include <ngx_errno.h>
6 #include <ngx_log.h> 6 #include <ngx_log.h>
7 #include <ngx_time.h> 7 #include <ngx_time.h>
8 #include <ngx_connection.h> 8 #include <ngx_connection.h>
9 #include <ngx_event.h> 9 #include <ngx_event.h>
10 #include <ngx_event_timer.h>
10 #include <ngx_poll_module.h> 11 #include <ngx_poll_module.h>
11 12
12 13
13 /* should be per-thread */ 14 /* should be per-thread */
14 static struct pollfd *event_list; 15 static struct pollfd *event_list;