~andreserl/ubuntu/lucid/bind9/bind9-apport-533601

« back to all changes in this revision

Viewing changes to lib/dns/include/dns/resolver.h

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2010-03-01 20:51:23 UTC
  • mfrom: (1.6.4 upstream) (10.1.5 experimental)
  • Revision ID: james.westby@ubuntu.com-20100301205123-kslpwaipx72vq1o1
Tags: 1:9.7.0.dfsg-1~build1
upload of -1 to lucid, LP#530107

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 * PERFORMANCE OF THIS SOFTWARE.
16
16
 */
17
17
 
18
 
/* $Id: resolver.h,v 1.60.56.3 2009/01/29 22:40:35 jinmei Exp $ */
 
18
/* $Id: resolver.h,v 1.64 2009/09/01 00:22:26 jinmei Exp $ */
19
19
 
20
20
#ifndef DNS_RESOLVER_H
21
21
#define DNS_RESOLVER_H 1
81
81
        dns_fixedname_t                 foundname;
82
82
        isc_sockaddr_t *                client;
83
83
        dns_messageid_t                 id;
 
84
        isc_result_t                    vresult;
84
85
} dns_fetchevent_t;
85
86
 
86
87
/*