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

Public Attributes

long byte_size
 
char * path
 
char * contents
 
struct cached_filelru_prev
 
struct cached_filelru_next
 
UT_hash_handle hh
 

Detailed Description

Definition at line 55 of file cache_msu.c.

Member Data Documentation

long cached_file::byte_size

Definition at line 56 of file cache_msu.c.

char* cached_file::contents

Definition at line 58 of file cache_msu.c.

UT_hash_handle cached_file::hh

Definition at line 61 of file cache_msu.c.

struct cached_file* cached_file::lru_next

Definition at line 60 of file cache_msu.c.

struct cached_file* cached_file::lru_prev

Definition at line 59 of file cache_msu.c.

char* cached_file::path

Definition at line 57 of file cache_msu.c.


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