]> git.ipfire.org Git - thirdparty/squid.git/commit
Added "self" refcounted Pointer parameters to StoreIOState's STRCB, STFNCB,
authorwessels <>
Tue, 23 May 2006 06:30:21 +0000 (06:30 +0000)
committerwessels <>
Tue, 23 May 2006 06:30:21 +0000 (06:30 +0000)
commite5de8b133846bef451ffbf315ea35520e32f1791
treeb8fe001aadfbf7662d5d820fd5cd90a0e70fbf61
parent32d0bbd76846571ae7644161ae8d21eaa1df452c
Added "self" refcounted Pointer parameters to StoreIOState's STRCB, STFNCB,
and STIOCB callback functions.  This is so that the StoreIOState
refcount doesn't go to zero during one of these callbacks.
src/StoreIOState.h
src/fs/ufs/store_io_ufs.cc
src/store_client.cc
src/store_swapin.cc
src/store_swapout.cc