Function ngx_rbt_black

Source
pub unsafe fn ngx_rbt_black(node: *mut ngx_rbtree_node_s)
Expand description

Marks the tree node as black.

ยงSafety

node must be a valid pointer to a ngx_rbtree_node_t.