]> git.ipfire.org Git - thirdparty/squid.git/blame - src/peer_sourcehash.h
CI: Upgrade GitHub Setup Node and CodeQL actions to Node 20 (#1845)
[thirdparty/squid.git] / src / peer_sourcehash.h
CommitLineData
fc54b8d2 1/*
b8ae064d 2 * Copyright (C) 1996-2023 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 source hash based selection */
10
ff9d9458
FC
11#ifndef SQUID_SRC_PEER_SOURCEHASH_H
12#define SQUID_SRC_PEER_SOURCEHASH_H
fc54b8d2 13
a3c6762c 14class CachePeer;
cb365059 15class PeerSelector;
fc54b8d2 16
cb365059 17CachePeer * peerSourceHashSelectParent(PeerSelector*);
fc54b8d2 18
ff9d9458 19#endif /* SQUID_SRC_PEER_SOURCEHASH_H */
f53969cc 20