summaryrefslogtreecommitdiff
path: root/test/quic_fifd_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/quic_fifd_test.c')
-rw-r--r--test/quic_fifd_test.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/quic_fifd_test.c b/test/quic_fifd_test.c
index ccf01fb89b..bb0cd77105 100644
--- a/test/quic_fifd_test.c
+++ b/test/quic_fifd_test.c
@@ -40,6 +40,10 @@ static void regen_frame(uint64_t frame_type, uint64_t stream_id,
regen_frame_p(frame_type, stream_id, pkt, arg);
}
+static void confirm_frame(uint64_t frame_type, uint64_t stream_id,
+ QUIC_TXPIM_PKT *pkt, void *arg)
+{}
+
static void sstream_updated(uint64_t stream_id, void *arg)
{}
@@ -333,6 +337,7 @@ static int test_fifd(int idx)
info.txpim,
get_sstream_by_id, NULL,
regen_frame, NULL,
+ confirm_frame, NULL,
sstream_updated, NULL)))
goto err;