DNSSOURCE = \
dns_internal.cc
-SBUF_SOURCE= \
- base/CharacterSet.h \
- base/InstanceId.h \
- sbuf/MemBlob.h \
- sbuf/OutOfBoundsException.h \
- sbuf/SBuf.h \
- sbuf/SBufExceptions.h
+SBUF_SOURCE=
STOREMETA_SOURCE = \
StoreMeta.cc \
RemovalPolicy.h \
send-announce.h \
send-announce.cc \
- SBufDetailedStats.h \
- SBufDetailedStats.cc \
SBufStatsAction.h \
SBufStatsAction.cc \
$(SNMP_SOURCE) \
$(AUTH_LIBS) \
acl/libapi.la \
clients/libclients.la \
- sbuf/libsbuf.la \
servers/libservers.la \
ftp/libftp.la \
helper/libhelper.la \
Notes.cc \
SquidString.h \
SquidTime.h \
- SBufDetailedStats.h \
tests/stub_SBufDetailedStats.cc \
String.cc \
StrList.h \
StrList.cc \
tests/stub_StatHist.cc \
stmem.cc \
- SBufDetailedStats.h \
tests/stub_SBufDetailedStats.cc \
String.cc \
StoreIOState.cc \
refresh.h \
refresh.cc \
RemovalPolicy.cc \
- SBufDetailedStats.h \
tests/stub_SBufDetailedStats.cc \
$(SNMP_SOURCE) \
SquidMath.h \
StatHist.h \
tests/stub_StatHist.cc \
stmem.cc \
- SBufDetailedStats.h \
tests/stub_SBufDetailedStats.cc \
StoreFileSystem.cc \
StoreIOState.cc \
RemovalPolicy.cc \
StrList.h \
StrList.cc \
- SBufDetailedStats.h \
tests/stub_SBufDetailedStats.cc \
$(SNMP_SOURCE) \
SquidMath.cc \
refresh.h \
refresh.cc \
$(SBUF_SOURCE) \
- SBufDetailedStats.h \
tests/stub_SBufDetailedStats.cc \
$(SNMP_SOURCE) \
SquidMath.h \
refresh.cc \
RemovalPolicy.cc \
$(SBUF_SOURCE) \
- SBufDetailedStats.h \
tests/stub_SBufDetailedStats.cc \
$(SNMP_SOURCE) \
SquidMath.h \
refresh.cc \
RemovalPolicy.cc \
$(SBUF_SOURCE) \
- SBufDetailedStats.h \
tests/stub_SBufDetailedStats.cc \
$(SNMP_SOURCE) \
SquidMath.h \
store_key_md5.h \
store_key_md5.cc \
$(SBUF_SOURCE) \
- SBufDetailedStats.h \
tests/stub_SBufDetailedStats.cc \
String.cc \
StrList.h \
MemBuf.cc \
String.cc \
$(SBUF_SOURCE) \
- SBufDetailedStats.h \
tests/stub_SBufDetailedStats.cc \
tests/testString.cc \
tests/testString.h \
tests/stub_helper.cc \
cbdata.cc \
$(SBUF_SOURCE) \
- SBufDetailedStats.h \
tests/stub_SBufDetailedStats.cc \
String.cc \
tests/stub_debug.cc \
store_swapmeta.cc \
store_swapout.cc \
$(SBUF_SOURCE) \
- SBufDetailedStats.h \
tests/stub_SBufDetailedStats.cc \
String.cc \
StrList.h \
refresh.cc \
RemovalPolicy.cc \
$(SBUF_SOURCE) \
- SBufDetailedStats.h \
tests/stub_SBufDetailedStats.cc \
$(SNMP_SOURCE) \
SquidMath.h \
tests/SBufFindTest.h \
tests/SBufFindTest.cc \
$(SBUF_SOURCE) \
- SBufDetailedStats.h \
tests/stub_SBufDetailedStats.cc \
tests/stub_time.cc \
tests/stub_debug.cc \
tests/testSBufList.h \
tests/testSBufList.cc \
$(SBUF_SOURCE) \
- SBufDetailedStats.h \
tests/stub_SBufDetailedStats.cc \
tests/stub_time.cc \
tests/stub_MemObject.cc \
tests/stub_MemBuf.cc \
tests/stub_time.cc \
$(SBUF_SOURCE) \
- SBufDetailedStats.h \
tests/stub_SBufDetailedStats.cc \
String.cc \
ConfigParser.cc \
tests/stub_fatal.cc \
tests/stub_MemBuf.cc \
$(SBUF_SOURCE) \
- SBufDetailedStats.h \
tests/stub_SBufDetailedStats.cc \
StatHist.cc \
StatHist.h \
#include "ipc/Messages.h"
#include "ipc/TypedMsgHdr.h"
#include "mgr/Registration.h"
-#include "SBufDetailedStats.h"
+#include "sbuf/SBufDetailedStats.h"
#include "SBufStatsAction.h"
SBufStatsAction::SBufStatsAction(const Mgr::CommandPointer &cmd_):
}
END {
- if (sbuf) print "#include \"SBuf.h\""
+ if (sbuf) print "#include \"sbuf/SBuf.h\""
print "#include \"" nspath type ".h\""
# if namesapce is not empty ??
class StatHist;
-void recordSBufSizeAtDestruct(SBuf::size_type) {}
-const StatHist * collectSBufDestructTimeStats() STUB_RETVAL(NULL)
-void recordMemBlobSizeAtDestruct(SBuf::size_type) {}
-const StatHist * collectMemBlobDestructTimeStats() STUB_RETVAL(NULL)
+void recordSBufSizeAtDestruct(SBuf::size_type) STUB_NOP
+const StatHist * collectSBufDestructTimeStats() STUB_RETVAL(nullptr)
+void recordMemBlobSizeAtDestruct(SBuf::size_type) STUB_NOP
+const StatHist * collectMemBlobDestructTimeStats() STUB_RETVAL(nullptr)