#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 "ConfigParser.h"
#include "debug/Stream.h"
#include "fde.h"
#include "globals.h"
#include "HttpReply.h"
#include "ip/tools.h"
#include "SquidConfig.h"
Include dependency graph for ServiceRep.cc:
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) |
Macro Definition Documentation
◆ DEFAULT_ICAP_PORT
#define DEFAULT_ICAP_PORT 1344 |
Definition at line 28 of file ServiceRep.cc.
◆ DEFAULT_ICAPS_PORT
#define DEFAULT_ICAPS_PORT 11344 |
Definition at line 29 of file ServiceRep.cc.
Function Documentation
◆ CBDATA_NAMESPACED_CLASS_INIT()
CBDATA_NAMESPACED_CLASS_INIT | ( | Adaptation::Icap | , |
ServiceRep | |||
) |
◆ ServiceRep_noteTimeToUpdate()
|
static |
Definition at line 359 of file ServiceRep.cc.
References Must, and Adaptation::Icap::ServiceRep::noteTimeToUpdate().
Referenced by Adaptation::Icap::ServiceRep::scheduleUpdate().