|
Squid Web Cache master
|
Go to the source code of this file.
Classes | |
| class | Helper::ChildConfig |
Namespaces | |
| namespace | Helper |
| helper protocol primitives | |
Macros | |
| #define | parse_HelperChildConfig(c) (c)->parseConfig() |
| #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) |
| #define | free_HelperChildConfig(dummy) |
| #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) |
Definition at line 116 of file ChildConfig.h.
| #define free_HelperChildConfig | ( | dummy | ) |
Definition at line 117 of file ChildConfig.h.
| #define parse_HelperChildConfig | ( | c | ) | (c)->parseConfig() |
Definition at line 115 of file ChildConfig.h.