Skip to content
Snippets Groups Projects
Commit 3b361b74 authored by Lubos Slovak's avatar Lubos Slovak
Browse files

Big fat fix

parent a4833976
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,7 @@ struct knot_node;
* \todo Consider restricting to FQDN only (see knot_dname_new_from_str()).
*/
struct knot_dname {
ref_t ref; /*!< Reference counting. */
uint8_t *name; /*!< Wire format of the domain name. */
/*!
* \brief Size of the domain name in octets.
......@@ -37,7 +38,6 @@ struct knot_dname {
unsigned short label_count;
struct knot_node *node; /*!< Zone node the domain name belongs to. */
unsigned int id; /*!< ID of domain name used in zone dumping. */
ref_t ref; /*!< Reference counting. */
};
typedef struct knot_dname knot_dname_t;
......
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