mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 15:05:23 +00:00
add dirty and references
This commit is contained in:
@@ -41,6 +41,8 @@ typedef struct dns_rbt_node {
|
|||||||
struct dns_rbt_node *right;
|
struct dns_rbt_node *right;
|
||||||
struct dns_rbt_node *down;
|
struct dns_rbt_node *down;
|
||||||
enum { red, black } color;
|
enum { red, black } color;
|
||||||
|
unsigned int dirty:1;
|
||||||
|
unsigned int references:31;
|
||||||
void *data;
|
void *data;
|
||||||
unsigned int name_length;
|
unsigned int name_length;
|
||||||
} dns_rbtnode_t;
|
} dns_rbtnode_t;
|
||||||
|
Reference in New Issue
Block a user