comparison src/core/ngx_connection.h @ 253:b6793bc5034b

nginx-0.0.2-2004-02-09-10:46:43 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 09 Feb 2004 07:46:43 +0000
parents f57597ec5249
children 8e39cab6abd5
comparison
equal deleted inserted replaced
252:84b1c672ec5a 253:b6793bc5034b
94 94
95 95
96 ngx_int_t ngx_set_inherited_sockets(ngx_cycle_t *cycle); 96 ngx_int_t ngx_set_inherited_sockets(ngx_cycle_t *cycle);
97 ngx_int_t ngx_open_listening_sockets(ngx_cycle_t *cycle); 97 ngx_int_t ngx_open_listening_sockets(ngx_cycle_t *cycle);
98 void ngx_close_listening_sockets(ngx_cycle_t *cycle); 98 void ngx_close_listening_sockets(ngx_cycle_t *cycle);
99 ngx_int_t ngx_connection_error(ngx_connection_t *c, ngx_err_t err, char *text);
99 100
100 101
101 extern ngx_os_io_t ngx_io; 102 extern ngx_os_io_t ngx_io;
102 103
103 104