A structure that forms a singly-linked list that serves as a stack for metadata-processing function. More...
Data Fields | |
struct GNUNET_CONTAINER_MultiHashMap * | keywordcounter |
Map from the hash over the keyword to an 'struct KeywordCounter *' counter that says how often this keyword was encountered in the current directory. More... | |
struct GNUNET_CONTAINER_MultiHashMap * | metacounter |
Map from the hash over the metadata to an 'struct MetaCounter *' counter that says how often this metadata was encountered in the current directory. More... | |
struct GNUNET_FS_ShareTreeItem * | pos |
Position we are currently manipulating. More... | |
unsigned int | move_threshold |
Number of times an item has to be found to be moved to the parent. More... | |
A structure that forms a singly-linked list that serves as a stack for metadata-processing function.
Definition at line 119 of file fs_sharetree.c.
struct GNUNET_CONTAINER_MultiHashMap* TrimContext::keywordcounter |
Map from the hash over the keyword to an 'struct KeywordCounter *' counter that says how often this keyword was encountered in the current directory.
Definition at line 126 of file fs_sharetree.c.
struct GNUNET_CONTAINER_MultiHashMap* TrimContext::metacounter |
Map from the hash over the metadata to an 'struct MetaCounter *' counter that says how often this metadata was encountered in the current directory.
Definition at line 133 of file fs_sharetree.c.
struct GNUNET_FS_ShareTreeItem* TrimContext::pos |
Position we are currently manipulating.
Definition at line 138 of file fs_sharetree.c.
unsigned int TrimContext::move_threshold |
Number of times an item has to be found to be moved to the parent.
Definition at line 143 of file fs_sharetree.c.