25 unsigned short pools_;
42 unsigned short delay_class_;
45 if (delay_class_ < 1 || delay_class_ > 5) {
46 debugs(3,
DBG_CRITICAL,
"parse_delay_pool_class: Ignoring pool " << pool <<
" class " << delay_class_ <<
" not in 1 .. 5");
69 debugs(3,
DBG_CRITICAL,
"parse_delay_pool_rates: Ignoring pool " << pool + 1 <<
" attempt to set rates with class not set");
void aclParseAccessLine(const char *directive, ConfigParser &, acl_access **config)
Parses a single line of a "action followed by acls" directive (e.g., http_access).
static void ParseUShort(unsigned short *var)
void dumpPoolCount(StoreEntry *entry, const char *name) const
void parsePoolAccess(ConfigParser &parser)
void createPool(u_char delay_class)
static unsigned short pools()
static DelayPool * delay_data
#define debugs(SECTION, LEVEL, CONTENT)
void storeAppendPrintf(StoreEntry *e, const char *fmt,...)