diff options
author | Cy Schubert <cy@FreeBSD.org> | 2025-04-25 14:41:24 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2025-04-25 14:41:24 +0000 |
commit | 44bab727dfe28451b777dc9e47db4f748b709182 (patch) | |
tree | b8abab888105843c7f120357a1e010bfd6d5ef8c /testcode/testbound.c | |
parent | 0a6d797cf6eb751d7eb613900cd19803e05d905f (diff) |
Diffstat (limited to 'testcode/testbound.c')
-rw-r--r-- | testcode/testbound.c | 17 |
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)) { |