Function ngx_rbt_red

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

Marks the tree node as red.

ยงSafety

node must be a valid pointer to a ngx_rbtree_node_t.