]> git.ipfire.org Git - thirdparty/squid.git/commit
Killing the abuse of storeClientListSearch() in the code. Now the
authoradrian <>
Sun, 7 May 2000 22:18:19 +0000 (22:18 +0000)
committeradrian <>
Sun, 7 May 2000 22:18:19 +0000 (22:18 +0000)
commit06d2839d890bd9ca841c0d9da67f26a47abf802f
treedbf09a827356735a0a00a37aa78cd8fa51980091
parent01453ab809a38fad89fcb682df6b317566be59c3
Killing the abuse of storeClientListSearch() in the code. Now the
client list per memObject is a dlink_list rather than a single linked
list. storeClientListAdd() returns a store_client * which is then
used whenever storeClientCopy()/storeUnregister() is called.
12 files changed:
src/asn.cc
src/client_side.cc
src/delay_pools.cc
src/net_db.cc
src/peer_digest.cc
src/protos.h
src/stat.cc
src/store.cc
src/store_client.cc
src/store_swapout.cc
src/structs.h
src/urn.cc