aboutsummaryrefslogtreecommitdiff
path: root/lib/vquic/ngtcp2.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-08-15 10:20:35 +0200
committerDaniel Stenberg <daniel@haxx.se>2019-08-15 10:20:35 +0200
commitcec3ef8793ee3ab608fabde61c401532ab608ad9 (patch)
tree99676e81e49917e362e25f73765de31080c48b3e /lib/vquic/ngtcp2.h
parent408c758bb8fe61498fb648f983ce58eb4a4567e4 (diff)
ngtcp2: provide the callbacks as a static struct
... instead of having them in quicsocket
Diffstat (limited to 'lib/vquic/ngtcp2.h')
-rw-r--r--lib/vquic/ngtcp2.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/vquic/ngtcp2.h b/lib/vquic/ngtcp2.h
index e75ff1109..4937fe1e9 100644
--- a/lib/vquic/ngtcp2.h
+++ b/lib/vquic/ngtcp2.h
@@ -44,7 +44,6 @@ struct quicsocket {
ngtcp2_cid dcid;
ngtcp2_cid scid;
uint32_t version;
- ngtcp2_conn_callbacks callbacks;
ngtcp2_settings settings;
SSL_CTX *sslctx;
SSL *ssl;