Main Page | Modules | Data Structures | File List | Data Fields | Globals

PINT_tcache_entry Struct Reference
[Timeout Cache (tcache)]

Describes a single entry in the tcache. More...

#include <tcache.h>


Data Fields

void * payload
timeval expiration_date
qhash_head hash_link
qlist_head lru_list_link


Detailed Description

Describes a single entry in the tcache.


Field Documentation

struct timeval PINT_tcache_entry::expiration_date
 

when the entry will expire

struct qhash_head PINT_tcache_entry::hash_link
 

link to primary data structure

struct qlist_head PINT_tcache_entry::lru_list_link
 

link to time ordered LRU list

void* PINT_tcache_entry::payload
 

data to store, must be matchable to a unique key


The documentation for this struct was generated from the following file:
Generated on Tue Feb 7 02:44:00 2012 for PVFS by doxygen 1.3.5