summaryrefslogtreecommitdiffstats
path: root/include/internal/quic_record_tx.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/internal/quic_record_tx.h')
-rw-r--r--include/internal/quic_record_tx.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/internal/quic_record_tx.h b/include/internal/quic_record_tx.h
index 2cc7333c02..21bfb9d01b 100644
--- a/include/internal/quic_record_tx.h
+++ b/include/internal/quic_record_tx.h
@@ -46,6 +46,11 @@ typedef struct ossl_qtx_args_st {
/* Maximum datagram payload length (MDPL) for TX purposes. */
size_t mdpl;
+
+ /* Message callback related arguments */
+ ossl_msg_cb msg_callback;
+ void *msg_callback_arg;
+ SSL *msg_callback_s;
} OSSL_QTX_ARGS;
/* Instantiates a new QTX. */