]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Adjust the test stub MemObject to match changes in actual MemObject
authorHenrik Nordstrom <henrik@henriknordstrom.net>
Fri, 14 Aug 2009 22:14:13 +0000 (00:14 +0200)
committerHenrik Nordstrom <henrik@henriknordstrom.net>
Fri, 14 Aug 2009 22:14:13 +0000 (00:14 +0200)
Sorry, forgot to run make test in the memcache changes..

src/tests/stub_MemObject.cc

index 868a985809cc8219e90f2ef301b0ffcd38449e2d..7189bdb5fe20d114daf2f176129162b05b682598 100644 (file)
@@ -60,7 +60,7 @@ MemObject::trimUnSwappable()
 }
 
 int64_t
-MemObject::policyLowestOffsetToKeep() const
+MemObject::policyLowestOffsetToKeep(bool swap) const
 {
     fatal ("Not implemented");
     return -1;