summaryrefslogtreecommitdiffstats
path: root/contrib/bind/named/db_defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bind/named/db_defs.h')
-rw-r--r--contrib/bind/named/db_defs.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/contrib/bind/named/db_defs.h b/contrib/bind/named/db_defs.h
index 7882393..83fc2da 100644
--- a/contrib/bind/named/db_defs.h
+++ b/contrib/bind/named/db_defs.h
@@ -1,6 +1,6 @@
/*
* from db.h 4.16 (Berkeley) 6/1/90
- * $Id: db_defs.h,v 8.5 1996/08/27 08:33:23 vixie Exp $
+ * $Id: db_defs.h,v 8.6 1997/06/01 20:34:34 vixie Exp $
*/
/*
@@ -76,6 +76,9 @@
*/
struct databuf {
struct databuf *d_next; /* linked list */
+#ifdef STATS
+ struct nameser *d_ns; /* NS from whence this came */
+#endif
u_int32_t d_ttl; /* time to live */
/* if d_zone == DB_Z_CACHE, then
* d_ttl is actually the time when
@@ -91,13 +94,10 @@ struct databuf {
int16_t d_class; /* class number */
int16_t d_type; /* type number */
int16_t d_size; /* size of data area */
+ u_int32_t d_rcnt;
#ifdef NCACHE
unsigned d_rcode :4; /* rcode added for negative caching */
#endif
- unsigned d_rcnt :12;
-#ifdef STATS
- struct nameser *d_ns; /* NS from whence this came */
-#endif
u_int16_t d_nstime; /* NS response time, milliseconds */
u_char d_data[sizeof(char*)]; /* malloc'd (padded) */
};
OpenPOWER on IntegriCloud