Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-05-05 21:33:26 +0400
committerIgor Sysoev <igor@sysoev.ru>2009-05-05 21:33:26 +0400
commitee4be0345fc2a62fcc0544ebed52523fdf2ffe40 (patch)
treeb9f15294e0feb62cde68fff0b784c632832a99a3 /src/core/ngx_connection.h
parent25870d8ea2c5b20de974c88ff2cc30bcd7d401bd (diff)
ngx_create_listening()
Diffstat (limited to 'src/core/ngx_connection.h')
-rw-r--r--src/core/ngx_connection.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/ngx_connection.h b/src/core/ngx_connection.h
index fc6416c09..7a4c65860 100644
--- a/src/core/ngx_connection.h
+++ b/src/core/ngx_connection.h
@@ -163,6 +163,8 @@ struct ngx_connection_s {
};
+ngx_listening_t *ngx_create_listening(ngx_conf_t *cf, void *sockaddr,
+ socklen_t socklen);
ngx_int_t ngx_set_inherited_sockets(ngx_cycle_t *cycle);
ngx_int_t ngx_open_listening_sockets(ngx_cycle_t *cycle);
void ngx_configure_listening_sockets(ngx_cycle_t *cycle);