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

Merge remote branch 'origin/dnslib-new' into zoneparser

parents 271a194a c7560ea1
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,7 @@ struct dnslib_zone {
dnslib_node_t *apex; /*!< Apex node of the zone (holding SOA) */
avl_tree_t *tree; /*!< AVL tree for holding zone nodes. */
avl_tree_t *nsec3_nodes; /*!< AVL tree for holding NSEC3 nodes. */
uint non_authorative_node_count;
};
typedef struct dnslib_zone dnslib_zone_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