diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-12-09 23:31:23 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-12-09 23:31:23 +0100 |
commit | 48ef06788f865303847877dfb3f05fc65e7b3271 (patch) | |
tree | 0254a23d16572505230bc10e2262b4311bfdd7a7 /lib/vquic/ngtcp2.h | |
parent | 98dc9178699b102a9fc922891ce0614d261d38c5 (diff) | |
download | curl-48ef06788f865303847877dfb3f05fc65e7b3271.tar.gz |
ngtcp2: make it build it current master againbagder/ngtcp2-dec9
Diffstat (limited to 'lib/vquic/ngtcp2.h')
-rw-r--r-- | lib/vquic/ngtcp2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vquic/ngtcp2.h b/lib/vquic/ngtcp2.h index c6d4d12e6..102ff22e1 100644 --- a/lib/vquic/ngtcp2.h +++ b/lib/vquic/ngtcp2.h @@ -62,7 +62,7 @@ struct quicsocket { socklen_t local_addrlen; nghttp3_conn *h3conn; - nghttp3_conn_settings h3settings; + nghttp3_settings h3settings; int qlogfd; }; |