Function ngx_queue_remove

Source
pub unsafe fn ngx_queue_remove(q: *mut ngx_queue_s)
Expand description

Removes a node from the queue.

ยงSafety

q must be a valid pointer to an ngx_queue_t node.