comparison auto/sources @ 8673:046c951e393a quic

QUIC: moved all quic sources into src/event/quic.
author Vladimir Homutov <vl@nginx.com>
date Fri, 25 Dec 2020 14:01:28 +0300
parents 4089b3d2cb59
children 6f434af59257
comparison
equal deleted inserted replaced
8672:13c537def699 8673:046c951e393a
81 src/core/ngx_syslog.c" 81 src/core/ngx_syslog.c"
82 82
83 83
84 EVENT_MODULES="ngx_events_module ngx_event_core_module" 84 EVENT_MODULES="ngx_events_module ngx_event_core_module"
85 85
86 EVENT_INCS="src/event src/event/modules" 86 EVENT_INCS="src/event src/event/modules src/event/quic"
87 87
88 EVENT_DEPS="src/event/ngx_event.h \ 88 EVENT_DEPS="src/event/ngx_event.h \
89 src/event/ngx_event_timer.h \ 89 src/event/ngx_event_timer.h \
90 src/event/ngx_event_posted.h \ 90 src/event/ngx_event_posted.h \
91 src/event/ngx_event_connect.h \ 91 src/event/ngx_event_connect.h \