aboutsummaryrefslogtreecommitdiff
path: root/testcode/testbound.c
diff options
context:
space:
mode:
Diffstat (limited to 'testcode/testbound.c')
-rw-r--r--testcode/testbound.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/testcode/testbound.c b/testcode/testbound.c
index 442e23434eb4..6da4ceaf2ebf 100644
--- a/testcode/testbound.c
+++ b/testcode/testbound.c
@@ -601,7 +601,24 @@ void listen_desetup_locks(void)
/* nothing */
}
+void fast_reload_printq_list_delete(
+ struct fast_reload_printq* ATTR_UNUSED(list))
+{
+ /* nothing */
+}
+
+void fast_reload_worker_pickup_changes(struct worker* ATTR_UNUSED(worker))
+{
+ /* nothing */
+}
+
#ifdef HAVE_NGTCP2
+void* quic_sslctx_create(char* ATTR_UNUSED(key), char* ATTR_UNUSED(pem),
+ char* ATTR_UNUSED(verifypem))
+{
+ return NULL;
+}
+
void comm_point_doq_callback(int ATTR_UNUSED(fd), short ATTR_UNUSED(event),
void* ATTR_UNUSED(arg))
{