mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-14 22:10:01 -04:00
add dirty and references
This commit is contained in:
parent
923e2ea400
commit
c5bd4120ee
1 changed files with 2 additions and 0 deletions
|
|
@ -41,6 +41,8 @@ typedef struct dns_rbt_node {
|
|||
struct dns_rbt_node *right;
|
||||
struct dns_rbt_node *down;
|
||||
enum { red, black } color;
|
||||
unsigned int dirty:1;
|
||||
unsigned int references:31;
|
||||
void *data;
|
||||
unsigned int name_length;
|
||||
} dns_rbtnode_t;
|
||||
|
|
|
|||
Loading…
Reference in a new issue