comparison auto/modules @ 8736:714e9af983de quic

QUIC: separate header for ngx_quic_connection_t.
author Vladimir Homutov <vl@nginx.com>
date Wed, 31 Mar 2021 14:56:16 +0300
parents 05e0988a6898
children 76f476ce4d31
comparison
equal deleted inserted replaced
8735:9ce6d80df113 8736:714e9af983de
1339 ngx_module_type=CORE 1339 ngx_module_type=CORE
1340 ngx_module_name=ngx_quic_module 1340 ngx_module_name=ngx_quic_module
1341 ngx_module_incs= 1341 ngx_module_incs=
1342 ngx_module_deps="src/event/quic/ngx_event_quic.h \ 1342 ngx_module_deps="src/event/quic/ngx_event_quic.h \
1343 src/event/quic/ngx_event_quic_transport.h \ 1343 src/event/quic/ngx_event_quic_transport.h \
1344 src/event/quic/ngx_event_quic_protection.h" 1344 src/event/quic/ngx_event_quic_protection.h \
1345 src/event/quic/ngx_event_quic_connection.h"
1345 ngx_module_srcs="src/event/quic/ngx_event_quic.c \ 1346 ngx_module_srcs="src/event/quic/ngx_event_quic.c \
1346 src/event/quic/ngx_event_quic_transport.c \ 1347 src/event/quic/ngx_event_quic_transport.c \
1347 src/event/quic/ngx_event_quic_protection.c" 1348 src/event/quic/ngx_event_quic_protection.c"
1348 1349
1349 ngx_module_libs= 1350 ngx_module_libs=