move get_txt into an action building the whole dns_rr_txt structure

This commit is contained in:
Sven M. Hallberg 2013-01-17 19:13:06 +01:00
parent 954a762fc0
commit b953b9a763
3 changed files with 28 additions and 14 deletions

View file

@ -7,6 +7,12 @@ enum DNSTokenType_ {
TT_dns_qname_t,
TT_dns_question_t,
TT_dns_rr_t,
TT_dns_rr_txt_t,
TT_dns_rr_hinfo_t,
TT_dns_rr_minfo_t,
TT_dns_rr_mx_t,
TT_dns_rr_soa_t,
TT_dns_rr_wks_t,
TT_dns_domain_t
};