9#ifndef SQUID_SRC_HELPER_CHILDCONFIG_H
10#define SQUID_SRC_HELPER_CHILDCONFIG_H
115#define parse_HelperChildConfig(c) (c)->parseConfig()
116#define dump_HelperChildConfig(e,n,c) storeAppendPrintf((e), "\n%s %d startup=%d idle=%d concurrency=%d\n", (n), (c).n_max, (c).n_startup, (c).n_idle, (c).concurrency)
117#define free_HelperChildConfig(dummy)
ChildConfig & updateLimits(const ChildConfig &rhs)
time_t reservationTimeout
older stateful helper server reservations may be forgotten
SubmissionErrorHandlingAction onPersistentOverload
how to handle a new request for helper that was overloaded for too long
SubmissionErrorHandlingAction
how to handle a serious problem with a helper request submission
@ actDie
kill the caller process (i.e., Squid worker)
@ actErr
drop the request and send an error to the caller
helper protocol primitives