comparison src/os/unix/ngx_linux_init.c @ 196:11fbd0fc041d

nginx-0.0.1-2003-11-26-18:42:18 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 26 Nov 2003 15:42:18 +0000
parents 4c698194c56d
children f5431a4bbc7d
comparison
equal deleted inserted replaced
195:8dee38ea9117 196:11fbd0fc041d
9 9
10 ngx_os_io_t ngx_os_io = { 10 ngx_os_io_t ngx_os_io = {
11 ngx_unix_recv, 11 ngx_unix_recv,
12 NULL, 12 NULL,
13 NULL, 13 NULL,
14 ngx_writev_chain, 14 ngx_linux_sendfile_chain,
15 NGX_HAVE_ZEROCOPY 15 NGX_IO_SENDFILE
16 }; 16 };
17 17
18 18
19 int ngx_os_init(ngx_log_t *log) 19 int ngx_os_init(ngx_log_t *log)
20 { 20 {