]> git.ipfire.org Git - thirdparty/squid.git/commit - src/store_dir.cc
Fixed store_rebuild handling of SWAP_LOG_DEL. Don't want to call
authorwessels <>
Sat, 7 Feb 1998 00:47:07 +0000 (00:47 +0000)
committerwessels <>
Sat, 7 Feb 1998 00:47:07 +0000 (00:47 +0000)
commit6c57e2687cf83747934f4447e2b8a7b5bc4ace08
treebef9c511417d2d1755eb5fb595f95ec61e2f9b6d
parentcca89eeb3144e0ca6843180d2bca4d92a75c1d87
Fixed store_rebuild handling of SWAP_LOG_DEL.  Don't want to call
storeReleaseRequest() directly, because it won't free up the fileno
and other things.  Calling storeRelease will just call storeReleaseRequest.

Also don't write the ENTRY_SPECIAL entries to the swap.state log.
src/protos.h
src/store.cc
src/store_dir.cc
src/store_rebuild.cc