Skip to content
Snippets Groups Projects
Commit 25a2e1fb authored by Jan Kadlec's avatar Jan Kadlec
Browse files

Small fix in descriptors.

parent 72c772cf
No related branches found
No related tags found
No related merge requests found
......@@ -239,7 +239,7 @@ typedef enum knot_rdatawireformat knot_rdata_wireformat_t;
struct knot_rrtype_descriptor {
uint16_t type; /*!< RR type */
const char *name; /*!< Textual name. */
uint32_t length; /*!< Maximum number of RDATA items. */
uint8_t length; /*!< Maximum number of RDATA items. */
/*! \brief Wire format specification for the RDATA. */
uint8_t wireformat[KNOT_MAX_RDATA_ITEMS];
......
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