summaryrefslogtreecommitdiffstats
path: root/include/internal/quic_tserver.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/internal/quic_tserver.h')
-rw-r--r--include/internal/quic_tserver.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/internal/quic_tserver.h b/include/internal/quic_tserver.h
index a7fbb393f2..4545630a90 100644
--- a/include/internal/quic_tserver.h
+++ b/include/internal/quic_tserver.h
@@ -37,6 +37,8 @@ typedef struct quic_tserver_args_st {
OSSL_LIB_CTX *libctx;
const char *propq;
BIO *net_rbio, *net_wbio;
+ OSSL_TIME (*now_cb)(void *arg);
+ void *now_cb_arg;
} QUIC_TSERVER_ARGS;
QUIC_TSERVER *ossl_quic_tserver_new(const QUIC_TSERVER_ARGS *args,