Core: the ngx_event_udp.h header file.

This commit is contained in:
Vladimir Homutov
2021-07-12 16:40:57 +03:00
parent 1860eda336
commit 46aa440c66
3 changed files with 46 additions and 28 deletions

View File

@@ -89,7 +89,8 @@ EVENT_DEPS="src/event/ngx_event.h \
src/event/ngx_event_timer.h \
src/event/ngx_event_posted.h \
src/event/ngx_event_connect.h \
src/event/ngx_event_pipe.h"
src/event/ngx_event_pipe.h \
src/event/ngx_event_udp.h"
EVENT_SRCS="src/event/ngx_event.c \
src/event/ngx_event_timer.c \