comparison src/core/ngx_connection.h @ 2799:8b54548fef6e

delete ngx_listening_inet_stream_socket()
author Igor Sysoev <igor@sysoev.ru>
date Mon, 04 May 2009 19:51:09 +0000
parents d478379e51ac
children f75cd920eaa5
comparison
equal deleted inserted replaced
2798:268d8d3faa34 2799:8b54548fef6e
166 #ifndef ngx_ssl_set_nosendshut 166 #ifndef ngx_ssl_set_nosendshut
167 #define ngx_ssl_set_nosendshut(ssl) 167 #define ngx_ssl_set_nosendshut(ssl)
168 #endif 168 #endif
169 169
170 170
171 ngx_listening_t *ngx_listening_inet_stream_socket(ngx_conf_t *cf,
172 in_addr_t addr, in_port_t port);
173 ngx_int_t ngx_set_inherited_sockets(ngx_cycle_t *cycle); 171 ngx_int_t ngx_set_inherited_sockets(ngx_cycle_t *cycle);
174 ngx_int_t ngx_open_listening_sockets(ngx_cycle_t *cycle); 172 ngx_int_t ngx_open_listening_sockets(ngx_cycle_t *cycle);
175 void ngx_configure_listening_socket(ngx_cycle_t *cycle); 173 void ngx_configure_listening_socket(ngx_cycle_t *cycle);
176 void ngx_close_listening_sockets(ngx_cycle_t *cycle); 174 void ngx_close_listening_sockets(ngx_cycle_t *cycle);
177 void ngx_close_connection(ngx_connection_t *c); 175 void ngx_close_connection(ngx_connection_t *c);