Function ngx_queue_add

Source
pub unsafe fn ngx_queue_add(h: *mut ngx_queue_s, n: *mut ngx_queue_s)
Expand description

Adds a second queue to the first queue.

ยงSafety

Both h and n must be valid pointers to queue heads, initialized with ngx_queue_init. n will be left in invalid state, pointing to the subrange of h without back references.