My Project
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Attributes | List of all members
ws_cache_state Struct Reference

Public Attributes

unsigned int max_files
 
unsigned int max_kb_size
 
float max_occupancy_rate
 
unsigned long byte_size
 
unsigned int file_count
 
char * www_dir
 
struct cached_filecache
 
struct cached_filelru_head
 
struct cached_filelru_tail
 

Detailed Description

Definition at line 64 of file cache_msu.c.

Member Data Documentation

unsigned long ws_cache_state::byte_size

Definition at line 68 of file cache_msu.c.

struct cached_file* ws_cache_state::cache

Definition at line 71 of file cache_msu.c.

unsigned int ws_cache_state::file_count

Definition at line 69 of file cache_msu.c.

struct cached_file* ws_cache_state::lru_head

Definition at line 72 of file cache_msu.c.

struct cached_file* ws_cache_state::lru_tail

Definition at line 73 of file cache_msu.c.

unsigned int ws_cache_state::max_files

Definition at line 65 of file cache_msu.c.

unsigned int ws_cache_state::max_kb_size

Definition at line 66 of file cache_msu.c.

float ws_cache_state::max_occupancy_rate

Definition at line 67 of file cache_msu.c.

char* ws_cache_state::www_dir

Definition at line 70 of file cache_msu.c.


The documentation for this struct was generated from the following file: