comparison src/event/ngx_event.c @ 28:a117a7fdf042

nginx-0.0.1-2002-12-16-00:08:04 import
author Igor Sysoev <igor@sysoev.ru>
date Sun, 15 Dec 2002 21:08:04 +0000
parents 53cb81681040
children d45effe5854c
comparison
equal deleted inserted replaced
27:a8d5abe713e6 28:a117a7fdf042
3 #include <ngx_core.h> 3 #include <ngx_core.h>
4 #include <ngx_types.h> 4 #include <ngx_types.h>
5 #include <ngx_string.h> 5 #include <ngx_string.h>
6 #include <ngx_log.h> 6 #include <ngx_log.h>
7 #include <ngx_alloc.h> 7 #include <ngx_alloc.h>
8 #include <ngx_array.h>
8 #include <ngx_listen.h> 9 #include <ngx_listen.h>
9 #include <ngx_connection.h> 10 #include <ngx_connection.h>
10 #include <ngx_event.h> 11 #include <ngx_event.h>
11 #include <ngx_event_accept.h> 12 #include <ngx_event_accept.h>
12 13