]> git.ipfire.org Git - thirdparty/squid.git/commit
tighten store_client->type assignments. Its probably okay to have
authorwessels <>
Sun, 20 Sep 1998 07:14:24 +0000 (07:14 +0000)
committerwessels <>
Sun, 20 Sep 1998 07:14:24 +0000 (07:14 +0000)
commit5f25e839f7c2b545b436107a88bd16358d1bd322
treec573c8609a4c5cfb857b0e251f13ecfe97658c53
parent6a888d1631ac6cbd6fad98785e5bb90acde1b6a5
tighten store_client->type assignments.  Its probably okay to have
a STORE_DISK_CLIENT and swap_file_number == -1, so long as a swapout
file WILL be opened in the future.  damn, had to make storeSwapOutAble
public.
src/protos.h
src/store_client.cc
src/store_swapout.cc