Type Alias ngx_http_file_cache_t

Source
pub type ngx_http_file_cache_t = ngx_http_file_cache_s;

Aliased Type§

struct ngx_http_file_cache_t {
Show 18 fields pub sh: *mut ngx_http_file_cache_sh_t, pub shpool: *mut ngx_slab_pool_t, pub path: *mut ngx_path_t, pub min_free: i64, pub max_size: i64, pub bsize: usize, pub inactive: i64, pub fail_time: i64, pub files: usize, pub loader_files: usize, pub last: usize, pub loader_sleep: usize, pub loader_threshold: usize, pub manager_files: usize, pub manager_sleep: usize, pub manager_threshold: usize, pub shm_zone: *mut ngx_shm_zone_s, pub use_temp_path: usize,
}

Fields§

§sh: *mut ngx_http_file_cache_sh_t§shpool: *mut ngx_slab_pool_t§path: *mut ngx_path_t§min_free: i64§max_size: i64§bsize: usize§inactive: i64§fail_time: i64§files: usize§loader_files: usize§last: usize§loader_sleep: usize§loader_threshold: usize§manager_files: usize§manager_sleep: usize§manager_threshold: usize§shm_zone: *mut ngx_shm_zone_s§use_temp_path: usize