From 6253ca1b62c24bbac8c380d4ae64353b671ad7ef Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 27 May 2003 12:18:54 +0000 Subject: nginx-0.0.1-2003-05-27-16:18:54 import --- src/core/ngx_connection.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/core/ngx_connection.h') diff --git a/src/core/ngx_connection.h b/src/core/ngx_connection.h index 02108426c..59bf33307 100644 --- a/src/core/ngx_connection.h +++ b/src/core/ngx_connection.h @@ -10,9 +10,9 @@ #include #include #include -#endif #include +#endif #if 0 typedef struct ngx_connection_s ngx_connection_t; @@ -35,7 +35,7 @@ struct ngx_connection_s { void (*handler)(ngx_connection_t *c); void *ctx; - ngx_server_t *servers; + void *servers; ngx_log_t *log; @@ -114,7 +114,6 @@ ngx_chain_t *ngx_write_chain(ngx_connection_t *c, ngx_chain_t *in, off_t flush); /* TODO: move it to OS specific file */ #if (__FreeBSD__) -ngx_chain_t *ngx_freebsd_sendfile_chain(ngx_connection_t *c, ngx_chain_t *in); ngx_chain_t *ngx_aio_write_chain(ngx_connection_t *c, ngx_chain_t *in); #endif -- cgit