From: Henrik Nordstrom Date: Fri, 14 Aug 2009 22:14:13 +0000 (+0200) Subject: Adjust the test stub MemObject to match changes in actual MemObject X-Git-Tag: SQUID_3_2_0_1~793 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0ba986fe1d39bccfe48ac10c6b89dc783c1e01f9;p=thirdparty%2Fsquid.git Adjust the test stub MemObject to match changes in actual MemObject Sorry, forgot to run make test in the memcache changes.. --- diff --git a/src/tests/stub_MemObject.cc b/src/tests/stub_MemObject.cc index 868a985809..7189bdb5fe 100644 --- a/src/tests/stub_MemObject.cc +++ b/src/tests/stub_MemObject.cc @@ -60,7 +60,7 @@ MemObject::trimUnSwappable() } int64_t -MemObject::policyLowestOffsetToKeep() const +MemObject::policyLowestOffsetToKeep(bool swap) const { fatal ("Not implemented"); return -1;