summaryrefslogtreecommitdiffhomepage
path: root/src/event/ngx_event_quic.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/event/ngx_event_quic.c')
-rw-r--r--src/event/ngx_event_quic.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/event/ngx_event_quic.c b/src/event/ngx_event_quic.c
index 97ffd96c4..edd1c7892 100644
--- a/src/event/ngx_event_quic.c
+++ b/src/event/ngx_event_quic.c
@@ -114,7 +114,7 @@ typedef struct {
} ngx_quic_send_ctx_t;
-struct ngx_quic_connection_s {
+typedef struct {
ngx_udp_connection_t udp;
uint32_t version;
@@ -182,7 +182,7 @@ struct ngx_quic_connection_s {
unsigned in_retry:1;
unsigned initialized:1;
unsigned validated:1;
-};
+} ngx_quic_connection_t;
typedef struct {