]> git.ipfire.org Git - thirdparty/squid.git/blame - src/tests/stub_neighbors.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / tests / stub_neighbors.cc
CommitLineData
4e0938ef 1/*
f6e9a3ee 2 * Copyright (C) 1996-2019 The Squid Software Foundation and contributors
4e0938ef
AJ
3 *
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.
7 */
8
e8dca475
CT
9#include "squid.h"
10
11#define STUB_API "neighbors.cc"
12#include "tests/STUB.h"
13
0ce8e93b 14#include "FwdState.h"
e8dca475
CT
15#include "neighbors.h"
16
17void
18peerConnClosed(CachePeer *p) STUB
f53969cc 19
0ce8e93b
EB
20time_t
21peerConnectTimeout(const CachePeer *peer) STUB_RETVAL(0)
22time_t
23FwdState::ForwardTimeout(const time_t) STUB_RETVAL(0)
24bool
25FwdState::EnoughTimeToReForward(const time_t fwdStart) STUB_RETVAL(false)
26