]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
pullup:
authorAndreas Gustafsson <source@isc.org>
Fri, 28 Jul 2000 17:56:09 +0000 (17:56 +0000)
committerAndreas Gustafsson <source@isc.org>
Fri, 28 Jul 2000 17:56:09 +0000 (17:56 +0000)
dd a 'fetchoptions' field to the query structure, which is currently 0
unless the query has the cd bit set.

bin/named/include/named/query.h

index a67121032a3d29c9842a222ad6ebf1e51fb436ef..3ac8ce0d1382aa41171405aa66db1ac7f5e507f6 100644 (file)
@@ -15,7 +15,7 @@
  * SOFTWARE.
  */
 
-/* $Id: query.h,v 1.17 2000/06/22 21:49:50 tale Exp $ */
+/* $Id: query.h,v 1.17.2.1 2000/07/28 17:56:09 gson Exp $ */
 
 #ifndef NAMED_QUERY_H
 #define NAMED_QUERY_H 1
@@ -42,6 +42,7 @@ struct ns_query {
        dns_name_t *                    origqname;
        dns_rdataset_t *                qrdataset;
        unsigned int                    dboptions;
+       unsigned int                    fetchoptions;
        dns_db_t *                      gluedb;
        dns_fetch_t *                   fetch;
        dns_a6context_t                 a6ctx;