Squid Web Cache master
Loading...
Searching...
No Matches
Kid.h File Reference
#include "SquidString.h"
#include "tools.h"
Include dependency graph for Kid.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Kid
 

Enumerations

enum  ProcessKind {
  pkOther = 0 , pkCoordinator = 1 , pkWorker = 2 , pkDisker = 4 ,
  pkHelper = 8
}
 process kinds More...
 

Variables

int TheProcessKind
 ProcessKind for the current process.
 

Enumeration Type Documentation

◆ ProcessKind

Enumerator
pkOther 

we do not know or do not care

pkCoordinator 

manages all other kids

pkWorker 

general-purpose worker bee

pkDisker 

cache_dir manager

pkHelper 

general-purpose helper child

Definition at line 102 of file Kid.h.

Variable Documentation

◆ TheProcessKind

int TheProcessKind
extern