diff options
author | Riccardo Spagni <ric@spagni.net> | 2014-12-04 23:10:49 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2014-12-04 23:10:49 +0200 |
commit | 831933425b3406310e70476dc56e822f7ae3c549 (patch) | |
tree | bd05c1b54f8cff8ef0bc1f769a22232172ec2a96 /external/unbound/dnstap/dnstap.h | |
parent | increased version number for tagged release (diff) | |
download | monero-831933425b3406310e70476dc56e822f7ae3c549.tar.xz |
update unbound from upstream
Diffstat (limited to 'external/unbound/dnstap/dnstap.h')
-rw-r--r-- | external/unbound/dnstap/dnstap.h | 8 |
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; |