commit | 5c4f649c0c2b3462815835d75f7ab82ed4860023 | [log] [tgz] |
---|---|---|
author | Roman Arutyunyan <arut@nginx.com> | Fri Jun 01 16:55:49 2018 +0300 |
committer | Roman Arutyunyan <arut@nginx.com> | Fri Jun 01 16:55:49 2018 +0300 |
tree | 31ea72e87f8d6466075c302e557b5ce3974a930b | |
parent | 364722bc4309af4ef314ee35db6a069e86bf53c5 [diff] [blame] |
Events: moved ngx_recvmsg() to new file src/event/ngx_event_udp.c.
diff --git a/auto/sources b/auto/sources index 1398147..9b42506 100644 --- a/auto/sources +++ b/auto/sources
@@ -95,6 +95,7 @@ src/event/ngx_event_timer.c \ src/event/ngx_event_posted.c \ src/event/ngx_event_accept.c \ + src/event/ngx_event_udp.c \ src/event/ngx_event_connect.c \ src/event/ngx_event_pipe.c"