]> git.ipfire.org Git - thirdparty/squid.git/blame - src/tests/stub_SBufDetailedStats.cc
Merge SBufList
[thirdparty/squid.git] / src / tests / stub_SBufDetailedStats.cc
CommitLineData
ff1eb053
FC
1#include "squid.h"
2#include "SBuf.h"
3
4#define STUB_API "SBufDetailedStats.cc"
5#include "tests/STUB.h"
6
7class StatHist;
8
9void recordSBufSizeAtDestruct(SBuf::size_type) STUB_NOP
10const StatHist * collectSBufDestructTimeStats() STUB_RETVAL(NULL)
11void recordMemBlobSizeAtDestruct(SBuf::size_type) STUB_NOP
12const StatHist * collectMemBlobDestructTimeStats() STUB_RETVAL(NULL)