Main Page | Namespace List | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

cache_list_node Struct Reference

this list node type is used for a quick cache of the descriptor tree nodes (rooted at pf->d_head) and for a "lost and found" list. More...


Data Fields

pst_desc_llptr
uint64_t parent
 only used for lost and found lists
cache_list_nodenext
cache_list_nodeprev


Detailed Description

this list node type is used for a quick cache of the descriptor tree nodes (rooted at pf->d_head) and for a "lost and found" list.

If the parent isn't found yet, put it on the lost and found list and check it each time you read a new item.

Definition at line 824 of file libpst.c.


Field Documentation

struct cache_list_node* cache_list_node::next
 

Definition at line 828 of file libpst.c.

Referenced by pst_build_desc_ptr(), and record_descriptor().

uint64_t cache_list_node::parent
 

only used for lost and found lists

Definition at line 827 of file libpst.c.

Referenced by pst_build_desc_ptr(), and record_descriptor().

struct cache_list_node* cache_list_node::prev
 

Definition at line 829 of file libpst.c.

Referenced by record_descriptor().

pst_desc_ll* cache_list_node::ptr
 

Definition at line 825 of file libpst.c.

Referenced by pst_build_desc_ptr(), and record_descriptor().


The documentation for this struct was generated from the following file:
Generated on Tue Aug 5 12:06:14 2008 for 'LibPst' by  doxygen 1.3.9.1