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

Added field non_authorative_node_count to zone.h file.

parent f35a1d89
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