Type Alias ngx_http_log_ctx_t

Source
pub type ngx_http_log_ctx_t = ngx_http_log_ctx_s;

Aliased Type§

#[repr(C)]
pub struct ngx_http_log_ctx_t { pub connection: *mut ngx_connection_s, pub request: *mut ngx_http_request_s, pub current_request: *mut ngx_http_request_s, }

Fields§

§connection: *mut ngx_connection_s§request: *mut ngx_http_request_s§current_request: *mut ngx_http_request_s