|
Squid Web Cache master
|
Go to the source code of this file.
Functions | |
| const CachePeers & | CurrentCachePeers () |
| void | DeleteConfigured (CachePeer *const peer) |
| destroys the given peer after removing it from the set of configured peers | |
| const CachePeers & CurrentCachePeers | ( | ) |
All configured cache_peers that are still available/relevant.
Definition at line 43 of file CachePeers.cc.
References Config, and SquidConfig::peers.
Referenced by carpInit(), configDoConfigure(), findCachePeerByName(), findUsableParentAtHostname(), getDefaultParent(), getFirstUpParent(), getRoundRobinParent(), getWeightedRoundRobinParent(), htcpHandleClr(), neighbors_init(), neighborsCount(), neighborsHtcpClear(), peer_Inst(), peerClearRR(), peerDnsRefreshStart(), peerSourceHashInit(), peerUserHashInit(), PeerSelector::selectAllParents(), snmp_meshPtblFn(), statPeerSelect(), PeerPoolMgrsRr::syncConfig(), and whichPeer().
| void DeleteConfigured | ( | CachePeer *const | peer | ) |
Definition at line 53 of file CachePeers.cc.
References Assure, Config, SquidConfig::peers, and CachePeers::remove().
Referenced by neighbors_init(), and neighborsUdpAck().