summaryrefslogtreecommitdiff
path: root/contrib/unbound/dnstap/dnstap.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/unbound/dnstap/dnstap.h')
-rw-r--r--contrib/unbound/dnstap/dnstap.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/unbound/dnstap/dnstap.h b/contrib/unbound/dnstap/dnstap.h
index cfef6fc420b9..783b8c51430a 100644
--- a/contrib/unbound/dnstap/dnstap.h
+++ b/contrib/unbound/dnstap/dnstap.h
@@ -101,10 +101,11 @@ dt_apply_cfg(struct dt_env *env, struct config_file *cfg);
/**
* Initialize per-worker state in dnstap environment object.
* @param env: dnstap environment object to initialize, created with dt_create().
+ * @param base: event base for wakeup timer.
* @return: true on success, false on failure.
*/
int
-dt_init(struct dt_env *env);
+dt_init(struct dt_env *env, struct comm_base* base);
/**
* Deletes the per-worker state created by dt_init