comparison src/os/unix/ngx_sendv.h @ 3:34a521b1a148

nginx-0.0.1-2002-08-20-18:48:28 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 20 Aug 2002 14:48:28 +0000
parents 4eff17414a43
children 6f58641241bb
comparison
equal deleted inserted replaced
2:ffffe1499bce 3:34a521b1a148
1 #ifndef _NGX_SENDV_H_INCLUDED_ 1 #ifndef _NGX_SENDV_H_INCLUDED_
2 #define _NGX_SENDV_H_INCLUDED_ 2 #define _NGX_SENDV_H_INCLUDED_
3 3
4 4
5 #include <ngx_types.h> 5 #include <ngx_types.h>
6 #include <ngx_socket.h>
6 7
7 typedef struct iovec ngx_iovec_t; 8 typedef struct iovec ngx_iovec_t;
8 #define ngx_iov_base iov_base 9 #define ngx_iov_base iov_base
9 #define ngx_iov_len iov_len 10 #define ngx_iov_len iov_len
10 11