ngx_queue_init

Function ngx_queue_init 

Source
pub unsafe fn ngx_queue_init(q: *mut ngx_queue_t)
Expand description

Initializes the queue head before use.

ยงSafety

q must be a valid pointer to [ngx_queue_t].