diff options
author | Igor Sysoev <igor@sysoev.ru> | 2007-12-03 16:46:46 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2007-12-03 16:46:46 +0000 |
commit | e67d46189c911ca7dbeef8c7b7c99c4751683948 (patch) | |
tree | a3084634a8316873f2cb05a2cd1b0b69aca73a1b /src/os/unix/ngx_posix_init.c | |
parent | 7b35de92a94683ee20ee5bd7ecd7a0e3a9c91521 (diff) | |
download | nginx-e67d46189c911ca7dbeef8c7b7c99c4751683948.tar.gz nginx-e67d46189c911ca7dbeef8c7b7c99c4751683948.zip |
ngx_udp_recv()
Diffstat (limited to 'src/os/unix/ngx_posix_init.c')
-rw-r--r-- | src/os/unix/ngx_posix_init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/os/unix/ngx_posix_init.c b/src/os/unix/ngx_posix_init.c index 39e1b584a..78c5d4be9 100644 --- a/src/os/unix/ngx_posix_init.c +++ b/src/os/unix/ngx_posix_init.c @@ -21,6 +21,7 @@ struct rlimit rlmt; ngx_os_io_t ngx_os_io = { ngx_unix_recv, ngx_readv_chain, + ngx_udp_unix_recv, NULL, ngx_writev_chain, 0 |