macro_rules! ngx_queue_data {
($q:expr, $type:path, $link:ident) => { ... };
}Expand description
Get a reference to the beginning of a queue node data structure, considering the queue field offset in it.
ยงSafety
$q must be a valid pointer to the field $link in the struct $type