From cce409c7e35743f629afd2c724957f33d26bce2b Mon Sep 17 00:00:00 2001 From: "W.C.A. Wijngaards" Date: Thu, 4 Jan 2024 09:46:55 +0100 Subject: [PATCH] - fast-reload, fix test link for fast_reload_printq_list_delete function. --- testcode/testbound.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/testcode/testbound.c b/testcode/testbound.c index ec627cc8d..83a2fddac 100644 --- a/testcode/testbound.c +++ b/testcode/testbound.c @@ -615,3 +615,9 @@ void listen_desetup_locks(void) { /* nothing */ } + +void fast_reload_printq_list_delete( + struct fast_reload_printq* ATTR_UNUSED(list)) +{ + /* nothing */ +} -- 2.47.2