comparison src/core/ngx_connection.h @ 219:f57597ec5249

nginx-0.0.1-2004-01-06-19:49:34 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 06 Jan 2004 16:49:34 +0000
parents 05592fd7a436
children b6793bc5034b
comparison
equal deleted inserted replaced
218:05592fd7a436 219:f57597ec5249
91 unsigned accept_context_updated:1; 91 unsigned accept_context_updated:1;
92 #endif 92 #endif
93 }; 93 };
94 94
95 95
96 ngx_int_t ngx_set_inherited_sockets(ngx_cycle_t *cycle, char **envp); 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 99
100 100
101 extern ngx_os_io_t ngx_io; 101 extern ngx_os_io_t ngx_io;