comparison src/event/modules/ngx_select_module.c @ 102:7e86d028d8f0

nginx-0.0.1-2003-06-06-18:59:20 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 06 Jun 2003 14:59:20 +0000
parents a23d010f356d
children 6dfda4cf5200
comparison
equal deleted inserted replaced
101:2e069b6e6920 102:7e86d028d8f0
4 */ 4 */
5 5
6 6
7 #include <ngx_config.h> 7 #include <ngx_config.h>
8 #include <ngx_core.h> 8 #include <ngx_core.h>
9 #include <ngx_connection.h>
10 #include <ngx_event.h> 9 #include <ngx_event.h>
11 10
12 11
13 static int ngx_select_init(ngx_log_t *log); 12 static int ngx_select_init(ngx_log_t *log);
14 static void ngx_select_done(ngx_log_t *log); 13 static void ngx_select_done(ngx_log_t *log);