|
Squid Web Cache master
|
#include "squid.h"#include "adaptation/Answer.h"#include "adaptation/icap/Config.h"#include "adaptation/icap/ModXact.h"#include "adaptation/icap/Options.h"#include "adaptation/icap/OptXact.h"#include "adaptation/icap/ServiceRep.h"#include "base/TextException.h"#include "comm/Connection.h"#include "compat/netdb.h"#include "ConfigParser.h"#include "debug/Stream.h"#include "fde.h"#include "globals.h"#include "HttpReply.h"#include "ip/tools.h"#include "SquidConfig.h"Go to the source code of this file.
Macros | |
| #define | DEFAULT_ICAP_PORT 1344 |
| #define | DEFAULT_ICAPS_PORT 11344 |
Functions | |
| CBDATA_NAMESPACED_CLASS_INIT (Adaptation::Icap, ServiceRep) | |
| static void | ServiceRep_noteTimeToUpdate (void *data) |
| #define DEFAULT_ICAP_PORT 1344 |
Definition at line 29 of file ServiceRep.cc.
| #define DEFAULT_ICAPS_PORT 11344 |
Definition at line 30 of file ServiceRep.cc.
| CBDATA_NAMESPACED_CLASS_INIT | ( | Adaptation::Icap | , |
| ServiceRep | |||
| ) |
|
static |
Definition at line 361 of file ServiceRep.cc.
References Must, and Adaptation::Icap::ServiceRep::noteTimeToUpdate().
Referenced by Adaptation::Icap::ServiceRep::scheduleUpdate().