comparison src/core/ngx_connection.c @ 236:86e473b5641e

nginx-0.0.1-2004-01-22-09:47:28 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 22 Jan 2004 06:47:28 +0000
parents f57597ec5249
children 5d4f49dc8de5
comparison
equal deleted inserted replaced
235:6bd5d25b6744 236:86e473b5641e
2 #include <ngx_config.h> 2 #include <ngx_config.h>
3 #include <ngx_core.h> 3 #include <ngx_core.h>
4 #include <ngx_event.h> 4 #include <ngx_event.h>
5 5
6 6
7 ngx_os_io_t ngx_io; 7 ngx_os_io_t ngx_io;
8 8
9 9
10 ngx_int_t ngx_set_inherited_sockets(ngx_cycle_t *cycle) 10 ngx_int_t ngx_set_inherited_sockets(ngx_cycle_t *cycle)
11 { 11 {
12 ngx_int_t i; 12 ngx_int_t i;