summaryrefslogtreecommitdiff
path: root/ssl/quic/quic_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'ssl/quic/quic_local.h')
-rw-r--r--ssl/quic/quic_local.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ssl/quic/quic_local.h b/ssl/quic/quic_local.h
index 3906a20357..4b9d715c9b 100644
--- a/ssl/quic/quic_local.h
+++ b/ssl/quic/quic_local.h
@@ -138,6 +138,9 @@ struct quic_conn_st {
OSSL_TIME (*override_now_cb)(void *arg);
void *override_now_cb_arg;
+ /* Number of XSOs allocated. Includes the default XSO, if any. */
+ size_t num_xso;
+
/* Have we started? */
unsigned int started : 1;