From 1c13c662f0ae8066d1d4849b4158d7459a4c7822 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 20 May 2003 15:37:55 +0000 Subject: nginx-0.0.1-2003-05-20-19:37:55 import --- src/core/ngx_connection.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/core/ngx_connection.h') diff --git a/src/core/ngx_connection.h b/src/core/ngx_connection.h index 8ad48c8d1..a8b8804f4 100644 --- a/src/core/ngx_connection.h +++ b/src/core/ngx_connection.h @@ -1,15 +1,22 @@ #ifndef _NGX_CONNECTION_H_INCLUDED_ #define _NGX_CONNECTION_H_INCLUDED_ +#include + +#if 0 #include #include #include #include #include #include +#endif + #include +#if 0 typedef struct ngx_connection_s ngx_connection_t; +#endif #ifdef NGX_EVENT #include @@ -81,12 +88,14 @@ EV_VNODE should notify by some signal if diretory tree is changed #endif +#if 0 typedef struct { ssize_t (*recv)(ngx_connection_t *c, char *buf, size_t size); void *dummy_recv_chain; void *dummy_send; ngx_chain_t *(*send_chain)(ngx_connection_t *c, ngx_chain_t *in); } ngx_os_io_t; +#endif extern ngx_os_io_t ngx_io; -- cgit