Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Arutyunyan <arut@nginx.com>2018-06-01 16:55:49 +0300
committerRoman Arutyunyan <arut@nginx.com>2018-06-01 16:55:49 +0300
commit1028d7169599dafd99a9f1720d995667750b1ab1 (patch)
tree31ea72e87f8d6466075c302e557b5ce3974a930b /auto/sources
parent20f8bfab34efe8069d6ab454b08ceb710ea55a97 (diff)
Events: moved ngx_recvmsg() to new file src/event/ngx_event_udp.c.
Diffstat (limited to 'auto/sources')
-rw-r--r--auto/sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/auto/sources b/auto/sources
index 139814743..9b425063e 100644
--- a/auto/sources
+++ b/auto/sources
@@ -95,6 +95,7 @@ EVENT_SRCS="src/event/ngx_event.c \
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"