summaryrefslogtreecommitdiff
path: root/usr.sbin/nsd/xfrd.h
diff options
context:
space:
mode:
authorStuart Henderson <sthen@cvs.openbsd.org>2021-04-01 09:56:13 +0000
committerStuart Henderson <sthen@cvs.openbsd.org>2021-04-01 09:56:13 +0000
commit05ddf102e264b5237162df515ae685a140dfd340 (patch)
treee70b8569e0fbeefcca4c321c73dc1845fce69bdf /usr.sbin/nsd/xfrd.h
parentaf8406fd802895a9cbb6c393e29475fc2627652b (diff)
merge NSD 4.3.6rc1
Diffstat (limited to 'usr.sbin/nsd/xfrd.h')
-rw-r--r--usr.sbin/nsd/xfrd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/nsd/xfrd.h b/usr.sbin/nsd/xfrd.h
index 4890ce0b53f..a3e68ffa135 100644
--- a/usr.sbin/nsd/xfrd.h
+++ b/usr.sbin/nsd/xfrd.h
@@ -210,6 +210,7 @@ struct xfrd_zone {
/* xfr message handling data */
/* query id */
uint16_t query_id;
+ uint16_t query_type;
uint32_t msg_seq_nr; /* number of messages already handled */
uint32_t msg_old_serial, msg_new_serial; /* host byte order */
size_t msg_rr_count;