diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2024-10-18 13:52:55 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2024-10-18 13:52:55 +0000 |
| commit | 0a6d797cf6eb751d7eb613900cd19803e05d905f (patch) | |
| tree | c52b0ffbf8879fbe81816528e0fc7c3dd0f64e1f /testcode/fake_event.c | |
| parent | 9b8db746ac608ff7cdad3c9ac7ac395319e4ea0f (diff) | |
unbound: Vendor import 1.20.0vendor/unbound/1.22.0
Release notes at
https://nlnetlabs.nl/news/2024/Oct/17/unbound-1.22.0-released/
Diffstat (limited to 'testcode/fake_event.c')
| -rw-r--r-- | testcode/fake_event.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testcode/fake_event.c b/testcode/fake_event.c index a517fa5f373e..2f60b1381e11 100644 --- a/testcode/fake_event.c +++ b/testcode/fake_event.c @@ -939,6 +939,11 @@ listen_create(struct comm_base* base, struct listen_port* ATTR_UNUSED(ports), int ATTR_UNUSED(http_notls), struct tcl_list* ATTR_UNUSED(tcp_conn_limit), void* ATTR_UNUSED(sslctx), struct dt_env* ATTR_UNUSED(dtenv), + struct doq_table* ATTR_UNUSED(table), + struct ub_randstate* ATTR_UNUSED(rnd), + const char* ATTR_UNUSED(ssl_service_key), + const char* ATTR_UNUSED(ssl_service_pem), + struct config_file* ATTR_UNUSED(cfg), comm_point_callback_type* cb, void *cb_arg) { struct replay_runtime* runtime = (struct replay_runtime*)base; |
