aboutsummaryrefslogtreecommitdiff
path: root/external/unbound/dnstap/dnstap.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--external/unbound/dnstap/dnstap.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/external/unbound/dnstap/dnstap.h b/external/unbound/dnstap/dnstap.h
index d9121df7d..0103c1c0e 100644
--- a/external/unbound/dnstap/dnstap.h
+++ b/external/unbound/dnstap/dnstap.h
@@ -45,11 +45,11 @@ struct fstrm_queue;
struct sldns_buffer;
struct dt_env {
- /** dnstap I/O socket */
- struct fstrm_io *fio;
+ /** dnstap I/O thread */
+ struct fstrm_iothr *iothr;
- /** dnstap I/O queue */
- struct fstrm_queue *fq;
+ /** dnstap I/O thread input queue */
+ struct fstrm_iothr_queue *ioq;
/** dnstap "identity" field, NULL if disabled */
char *identity;