SyncHashCacheHead Struct Reference


Data Fields

struct SyncRootStructroot
 the parent root
uintmax_t probes
 number of cache probes
uintmax_t misses
 number of cache misses
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 37 of file SyncHashCache.h.


Field Documentation

number of cache probes

Definition at line 39 of file SyncHashCache.h.

Referenced by SyncHashEnter(), and SyncHashLookup().

number of cache misses

Definition at line 40 of file SyncHashCache.h.

Referenced by SyncHashEnter(), and SyncHashLookup().

number of entries

Definition at line 41 of file SyncHashCache.h.

Referenced by SyncHashEnter().


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

Generated on Thu Feb 16 00:44:36 2012 for Content-Centric Networking in C by  doxygen 1.5.6