comparison src/core/ngx_listen.h @ 87:5f6d848dcbef

nginx-0.0.1-2003-05-13-20:02:32 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 13 May 2003 16:02:32 +0000
parents e8cdc2989cee
children
comparison
equal deleted inserted replaced
86:3973260705cc 87:5f6d848dcbef
20 int family; 20 int family;
21 int type; 21 int type;
22 int protocol; 22 int protocol;
23 int flags; /* Winsock2 flags */ 23 int flags; /* Winsock2 flags */
24 24
25 int (*handler)(ngx_connection_t *c); /* handler of accepted 25 void (*handler)(ngx_connection_t *c); /* handler of accepted
26 connection */ 26 connection */
27 void *ctx; /* ngx_http_conf_ctx_t, for example */ 27 void *ctx; /* ngx_http_conf_ctx_t, for example */
28 void *servers; /* array of ngx_http_in_addr_t, for example */ 28 void *servers; /* array of ngx_http_in_addr_t, for example */
29 29
30 ngx_log_t *log; 30 ngx_log_t *log;