Data Structures | Typedefs | Functions | Variables

ICP.cc File Reference

A brief file description. More...

#include "libts.h"
#include "Main.h"
#include "P_EventSystem.h"
#include "P_Cache.h"
#include "P_Net.h"
#include "MgmtUtils.h"
#include "P_RecProcess.h"
#include "ICP.h"
#include "ICPProcessor.h"
#include "ICPlog.h"
#include "logging/Log.h"
#include "logging/LogAccessICP.h"
#include "BaseManager.h"
#include "HdrUtils.h"
Include dependency graph for ICP.cc:

Go to the source code of this file.

Data Structures

struct  AutoReference

Typedefs

typedef int(ICPPeerReadCont::* ICPPeerReadContHandler )(int, void *)
typedef int(ICPPeriodicCont::* ICPPeriodicContHandler )(int, void *)
typedef int(ICPHandlerCont::* ICPHandlerContHandler )(int, void *)
typedef int(ICPRequestCont::* ICPRequestContHandler )(int, void *)

Functions

void initialize_thread_for_icp (EThread *e)

Variables

CacheLookupHttpConfig global_cache_lookup_config
HTTPHdr gclient_request
PluginFreshnessCalcFunc pluginFreshnessCalcFunc = (PluginFreshnessCalcFunc) NULL
static ClassAllocator
< ICPPeerReadCont::PeerReadData
PeerReadDataAllocator ("PeerReadDataAllocator")
static ClassAllocator
< ICPPeerReadCont
ICPPeerReadContAllocator ("ICPPeerReadContAllocator")
static Actiondefault_action = NULL
ClassAllocator< ICPRequestContICPRequestCont_allocator ("ICPRequestCont_allocator")
Queue< ICPRequestContICPRequestQueue [ICPRequestCont::ICP_REQUEST_HASH_SIZE]
ICPProcessor icpProcessorInternal

Detailed Description

A brief file description.

License

Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Definition in file ICP.cc.


Typedef Documentation

typedef int(ICPHandlerCont::* ICPHandlerContHandler)(int, void *)

Definition at line 149 of file ICP.cc.

typedef int(ICPPeerReadCont::* ICPPeerReadContHandler)(int, void *)

Definition at line 147 of file ICP.cc.

typedef int(ICPPeriodicCont::* ICPPeriodicContHandler)(int, void *)

Definition at line 148 of file ICP.cc.

typedef int(ICPRequestCont::* ICPRequestContHandler)(int, void *)

Definition at line 150 of file ICP.cc.


Function Documentation

void initialize_thread_for_icp ( EThread e  ) 

Definition at line 1770 of file ICP.cc.


Variable Documentation

Action* default_action = NULL [static]

Definition at line 166 of file ICP.cc.

Definition at line 47 of file ICP.cc.

Definition at line 37 of file HttpTransactCache.cc.

ClassAllocator<ICPPeerReadCont> ICPPeerReadContAllocator("ICPPeerReadContAllocator") [static]

Definition at line 1775 of file ICP.cc.

Referenced by ICPProcessor::ICPQuery().

Queue<ICPRequestCont> ICPRequestQueue[ICPRequestCont::ICP_REQUEST_HASH_SIZE]

Definition at line 1687 of file ICP.cc.