Squid Web Cache master
Loading...
Searching...
No Matches
hier_code.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  hier_code {
  HIER_NONE , HIER_DIRECT , SIBLING_HIT , PARENT_HIT ,
  DEFAULT_PARENT , SINGLE_PARENT , FIRSTUP_PARENT , FIRST_PARENT_MISS ,
  CLOSEST_PARENT_MISS , CLOSEST_PARENT , CLOSEST_DIRECT , NO_DIRECT_FAIL ,
  SOURCE_FASTEST , ROUNDROBIN_PARENT , CD_PARENT_HIT , CD_SIBLING_HIT ,
  CARP , ANY_OLD_PARENT , USERHASH_PARENT , SOURCEHASH_PARENT ,
  PINNED , ORIGINAL_DST , STANDBY_POOL , HIER_MAX
}
 

Functions

hier_code operator++ (hier_code &i)
 

Variables

const char * hier_code_str []
 

Enumeration Type Documentation

◆ hier_code

enum hier_code
Enumerator
HIER_NONE 
HIER_DIRECT 
SIBLING_HIT 
PARENT_HIT 
DEFAULT_PARENT 
SINGLE_PARENT 
FIRSTUP_PARENT 
FIRST_PARENT_MISS 
CLOSEST_PARENT_MISS 
CLOSEST_PARENT 
CLOSEST_DIRECT 
NO_DIRECT_FAIL 
SOURCE_FASTEST 
ROUNDROBIN_PARENT 
CD_PARENT_HIT 
CD_SIBLING_HIT 
CARP 
ANY_OLD_PARENT 
USERHASH_PARENT 
SOURCEHASH_PARENT 
PINNED 
ORIGINAL_DST 
STANDBY_POOL 
HIER_MAX 

Definition at line 12 of file hier_code.h.

Function Documentation

◆ operator++()

hier_code operator++ ( hier_code i)
inline

Definition at line 43 of file hier_code.h.

Variable Documentation

◆ hier_code_str