]> git.ipfire.org Git - thirdparty/squid.git/blame - src/peer_userhash.h
Source Format Enforcement (#763)
[thirdparty/squid.git] / src / peer_userhash.h
CommitLineData
fc54b8d2 1/*
f70aedc4 2 * Copyright (C) 1996-2021 The Squid Software Foundation and contributors
fc54b8d2 3 *
bbc27441
AJ
4 * Squid software is distributed under GPLv2+ license and includes
5 * contributions from numerous individuals and organizations.
6 * Please see the COPYING and CONTRIBUTORS files for details.
fc54b8d2
FC
7 */
8
bbc27441
AJ
9/* DEBUG: section 39 Peer user hash based selection */
10
fc54b8d2
FC
11#ifndef SQUID_PEER_USERHASH_H_
12#define SQUID_PEER_USERHASH_H_
13
a3c6762c 14class CachePeer;
fc54b8d2 15class HttpRequest;
cb365059 16class PeerSelector;
fc54b8d2 17
8a648e8d 18void peerUserHashInit(void);
cb365059 19CachePeer * peerUserHashSelectParent(PeerSelector *);
fc54b8d2
FC
20
21#endif /* SQUID_PEER_USERHASH_H_ */
f53969cc 22