summaryrefslogtreecommitdiffstats
path: root/lib/zonecut.h
diff options
context:
space:
mode:
authorKarel Slany <karel.slany@nic.cz>2015-07-30 16:06:04 +0200
committerKarel Slany <karel.slany@nic.cz>2015-07-30 16:06:04 +0200
commit840dc2db65ee559b869226ae7ae0c16263febafc (patch)
tree05140f7579e20f436665b9a8e15a9bb70331e807 /lib/zonecut.h
parenttests/validate: fixed syntax error (diff)
downloadknot-resolver-840dc2db65ee559b869226ae7ae0c16263febafc.tar.xz
knot-resolver-840dc2db65ee559b869226ae7ae0c16263febafc.zip
layer/validate: layer is issuing requests for missing DS records
Diffstat (limited to 'lib/zonecut.h')
-rw-r--r--lib/zonecut.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/zonecut.h b/lib/zonecut.h
index a1a051a5..82d62958 100644
--- a/lib/zonecut.h
+++ b/lib/zonecut.h
@@ -32,6 +32,8 @@ struct kr_zonecut {
map_t nsset; /**< Map of nameserver => address_set. */
knot_rrset_t* key; /**< Zone cut DNSKEY. */
knot_rrset_t* trust_anchor; /**< Current trust anchor. */
+ knot_dname_t *parent_name; /**< Parent zone name after zone cut update. */
+ knot_dname_t *missing_name; /**< Missing zone cut name. */
};
/**