SyncHashCacheHead Struct Reference

Data Fields

struct SyncRootStructroot
 the parent root
uintmax_t probes
 number of cache probes
uintmax_t misses
 number of cache misses
uintmax_t lastIndex
 assigned by order of creation
size_t len
 number of entries
uint32_t mod
 the mod to use
struct SyncHashCacheEntry ** ents
 the vector of hash chains

Detailed Description

Definition at line 38 of file SyncHashCache.h.


Field Documentation

assigned by order of creation

Definition at line 42 of file SyncHashCache.h.

Referenced by SyncHashEnter().

number of entries

Definition at line 43 of file SyncHashCache.h.

Referenced by SyncHashEnter().

number of cache misses

Definition at line 41 of file SyncHashCache.h.

Referenced by SyncHashEnter(), and SyncHashLookup().

number of cache probes

Definition at line 40 of file SyncHashCache.h.

Referenced by SyncHashEnter(), and SyncHashLookup().


The documentation for this struct was generated from the following file:
Generated on Tue Aug 21 14:55:08 2012 for Content-Centric Networking in C by  doxygen 1.6.3