Skip to content

Commit 99ff68f

Browse files
committed
Fix link error
1 parent c4ad0c0 commit 99ff68f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/traffic_quic/traffic_quic.cc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,11 @@ HttpDebugNames::get_api_hook_name(TSHttpHookID t)
273273
{
274274
return "dummy";
275275
}
276+
const char *
277+
HttpDebugNames::get_event_name(int)
278+
{
279+
return "dummy";
280+
}
276281

277282
#include "HttpSM.h"
278283
HttpSM::HttpSM() : Continuation(nullptr), vc_table(this) {}

0 commit comments

Comments
 (0)