diff options
author | Jakob Schlyter <jakob@cvs.openbsd.org> | 2007-01-25 07:14:36 +0000 |
---|---|---|
committer | Jakob Schlyter <jakob@cvs.openbsd.org> | 2007-01-25 07:14:36 +0000 |
commit | 2054e347dcbd8259dbc01398bafd4d5cf9da2317 (patch) | |
tree | 75651b696ea6de3064369b6a6e2581382c15b4ee /usr.sbin/bind/lib/dns | |
parent | a90e49b9dc78ce70ce1a9789b8255d1eceef9c39 (diff) |
ISC BIND release 9.3.4
Diffstat (limited to 'usr.sbin/bind/lib/dns')
-rw-r--r-- | usr.sbin/bind/lib/dns/include/dns/validator.h | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/usr.sbin/bind/lib/dns/include/dns/validator.h b/usr.sbin/bind/lib/dns/include/dns/validator.h index c1cac1bbfc1..b6ca3ed8325 100644 --- a/usr.sbin/bind/lib/dns/include/dns/validator.h +++ b/usr.sbin/bind/lib/dns/include/dns/validator.h @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $ISC: validator.h,v 1.18.12.11 2006/01/06 00:01:42 marka Exp $ */ +/* $ISC: validator.h,v 1.18.12.11.6.1 2007/01/11 04:51:39 marka Exp $ */ #ifndef DNS_VALIDATOR_H #define DNS_VALIDATOR_H 1 @@ -144,6 +144,7 @@ struct dns_validator { * dns_validator_create() options. */ #define DNS_VALIDATOR_DLV 1U +#define DNS_VALIDATOR_DEFER 2U ISC_LANG_BEGINDECLS @@ -192,6 +193,15 @@ dns_validator_create(dns_view_t *view, dns_name_t *name, dns_rdatatype_t type, */ void +dns_validator_send(dns_validator_t *validator); +/*%< + * Send a deferred validation request + * + * Requires: + * 'validator' to points to a valid DNSSEC validator. + */ + +void dns_validator_cancel(dns_validator_t *validator); /*%< * Cancel a DNSSEC validation in progress. |