From e67d46189c911ca7dbeef8c7b7c99c4751683948 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 3 Dec 2007 16:46:46 +0000 Subject: ngx_udp_recv() --- src/os/unix/ngx_posix_init.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/os/unix/ngx_posix_init.c') 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 -- cgit