aboutsummaryrefslogtreecommitdiff
path: root/external/unbound/dnstap/dnstap.h
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2014-12-04 23:10:49 +0200
committerRiccardo Spagni <ric@spagni.net>2014-12-04 23:10:49 +0200
commit831933425b3406310e70476dc56e822f7ae3c549 (patch)
treebd05c1b54f8cff8ef0bc1f769a22232172ec2a96 /external/unbound/dnstap/dnstap.h
parentincreased version number for tagged release (diff)
downloadmonero-831933425b3406310e70476dc56e822f7ae3c549.tar.xz
update unbound from upstream
Diffstat (limited to 'external/unbound/dnstap/dnstap.h')
-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;