comparison src/core/ngx_connection.h @ 94:8220378432a8

nginx-0.0.1-2003-05-22-19:23:47 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 22 May 2003 15:23:47 +0000
parents 19cc647ecd91
children a23d010f356d
comparison
equal deleted inserted replaced
93:738fe44c70d5 94:8220378432a8
112 #endif 112 #endif
113 113
114 114
115 /* TODO: move it to OS specific file */ 115 /* TODO: move it to OS specific file */
116 #if (__FreeBSD__) 116 #if (__FreeBSD__)
117 ngx_chain_t *ngx_freebsd_write_chain(ngx_connection_t *c, ngx_chain_t *in); 117 ngx_chain_t *ngx_freebsd_sendfile_chain(ngx_connection_t *c, ngx_chain_t *in);
118 ngx_chain_t *ngx_aio_write_chain(ngx_connection_t *c, ngx_chain_t *in); 118 ngx_chain_t *ngx_aio_write_chain(ngx_connection_t *c, ngx_chain_t *in);
119 #endif 119 #endif
120 120
121 121
122 #endif /* _NGX_CONNECTION_H_INCLUDED_ */ 122 #endif /* _NGX_CONNECTION_H_INCLUDED_ */