summaryrefslogtreecommitdiff
path: root/testcode/fake_event.c
diff options
context:
space:
mode:
Diffstat (limited to 'testcode/fake_event.c')
-rw-r--r--testcode/fake_event.c5
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;