From b43455bffddc699675701466f9eb2082867e87f4 Mon Sep 17 00:00:00 2001 From: Brian Neradt Date: Mon, 14 Aug 2023 18:17:57 +0000 Subject: [PATCH] test_QUICLossDetector.cc: Add back get_hrtime() This adds back the get_htrime call to the constructor of QUICSentPacketInfo that was accidentally removed in #10163. --- iocore/net/quic/test/test_QUICLossDetector.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/iocore/net/quic/test/test_QUICLossDetector.cc b/iocore/net/quic/test/test_QUICLossDetector.cc index 38bde2a4a72..248e1df0490 100644 --- a/iocore/net/quic/test/test_QUICLossDetector.cc +++ b/iocore/net/quic/test/test_QUICLossDetector.cc @@ -86,6 +86,7 @@ TEST_CASE("QUICLossDetector_Loss", "[quic]") packet->is_ack_eliciting(), true, packet->size(), + ink_get_hrtime(), packet->type(), {}, QUICPacketNumberSpace::HANDSHAKE,