]> git.ipfire.org Git - thirdparty/squid.git/blame - src/tests/stub_SBufDetailedStats.cc
Maintenance: bump astyle to 2.04 and quieten report
[thirdparty/squid.git] / src / tests / stub_SBufDetailedStats.cc
CommitLineData
4e0938ef
AJ
1/*
2 * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
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
ff1eb053
FC
9#include "squid.h"
10#include "SBuf.h"
11
12#define STUB_API "SBufDetailedStats.cc"
13#include "tests/STUB.h"
14
15class StatHist;
16
523ac9a5 17void recordSBufSizeAtDestruct(SBuf::size_type) {}
ff1eb053 18const StatHist * collectSBufDestructTimeStats() STUB_RETVAL(NULL)
523ac9a5 19void recordMemBlobSizeAtDestruct(SBuf::size_type) {}
ff1eb053 20const StatHist * collectMemBlobDestructTimeStats() STUB_RETVAL(NULL)