|
Squid Web Cache master
|
#include <IcmpConfig.h>
Public Member Functions | |
| IcmpConfig () | |
| ~IcmpConfig () | |
| void | clear () |
| void | parse () |
Public Attributes | |
| SBuf | program |
| int | enable |
Squid pinger Configuration settings
Definition at line 22 of file IcmpConfig.h.
|
inline |
Definition at line 25 of file IcmpConfig.h.
|
inline |
Definition at line 26 of file IcmpConfig.h.
|
inline |
Definition at line 28 of file IcmpConfig.h.
References SBuf::clear(), enable, and program.
| void IcmpConfig::parse | ( | ) |
Definition at line 20 of file IcmpConfig.cc.
References SBuf::append(), SBuf::clear(), ConfigParser::NextQuotedOrToEol(), program, and self_destruct().
| int IcmpConfig::enable |
Whether the pinger helper is enabled for use or not
Definition at line 35 of file IcmpConfig.h.
Referenced by clear(), and IcmpSquid::Open().
| SBuf IcmpConfig::program |
pinger helper application path
Definition at line 32 of file IcmpConfig.h.
Referenced by clear(), IcmpSquid::Open(), and parse().