summaryrefslogtreecommitdiff
path: root/usr.sbin/nsd/namedb.h
diff options
context:
space:
mode:
authorStuart Henderson <sthen@cvs.openbsd.org>2012-07-09 21:55:09 +0000
committerStuart Henderson <sthen@cvs.openbsd.org>2012-07-09 21:55:09 +0000
commit130a57e86d74176856336513144c7519bbac35c4 (patch)
tree8cbdc0272ef345051ba3180371e5d353a8b1ab91 /usr.sbin/nsd/namedb.h
parent119d1024b76d7608135d6841393fe7fb64b0ed87 (diff)
NSD v3.2.11, ok phessler@
Diffstat (limited to 'usr.sbin/nsd/namedb.h')
-rw-r--r--usr.sbin/nsd/namedb.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.sbin/nsd/namedb.h b/usr.sbin/nsd/namedb.h
index 63cc9a656d6..e50986a0fa4 100644
--- a/usr.sbin/nsd/namedb.h
+++ b/usr.sbin/nsd/namedb.h
@@ -15,6 +15,7 @@
#include "dname.h"
#include "dns.h"
#include "rbtree.h"
+#include "util.h"
struct zone_options;
struct nsd_options;
@@ -98,6 +99,11 @@ struct zone
rbtree_t *nsec3_domains;
#endif /* !FULL_PREHASH */
#endif /* NSEC3 */
+
+#if defined(BIND8_STATS) && defined(USE_ZONE_STATS)
+ struct nsdst st;
+#endif /* defined(BIND8_STATS) && defined(USE_ZONE_STATS) */
+
struct zone_options *opts;
uint32_t number;
uint8_t* dirty; /* array of dirty-flags, per child */