Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
c5bd4120
Commit
c5bd4120
authored
Jan 28, 1999
by
Bob Halley
Browse files
add dirty and references
parent
923e2ea4
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/dns/include/dns/rbt.h
View file @
c5bd4120
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment