Skip to content
Snippets Groups Projects
Commit a587e202 authored by Robert Edmonds's avatar Robert Edmonds
Browse files

pkt: add 'lower_qname' field to knot_pkt

parent 803f3aa4
No related branches found
No related tags found
No related merge requests found
......@@ -83,6 +83,9 @@ struct knot_pkt {
knot_rrset_t *opt_rr; /*!< OPT RR included in the packet. */
knot_rrset_t *tsig_rr; /*!< TSIG RR stored in the packet. */
/*! Lowercased QNAME. */
knot_dname_t *lower_qname;
/*! EDNS option positions in the wire (if parsed from wire). */
knot_edns_options_t *edns_opts;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment