]> git.ipfire.org Git - thirdparty/squid.git/commit - src/store_swapout.cc
apply unify io patch to simplify IO code for diskd/aufs/ufs
authorrobertc <>
Fri, 27 Dec 2002 17:26:32 +0000 (17:26 +0000)
committerrobertc <>
Fri, 27 Dec 2002 17:26:32 +0000 (17:26 +0000)
commitd3b3ab859857da0851f9c7de916b6df261ba43ae
treebb8579cbc69c62fdfbceb99a38232015b74e12f4
parentbbbfb3a3b8484eaade089405a8cd9aca93ca35f4
apply unify io patch to simplify IO code for diskd/aufs/ufs
41 files changed:
configure.in
src/Makefile.am
src/Store.h
src/StoreClient.h
src/StoreIOState.cc [new file with mode: 0644]
src/StoreIOState.h [new file with mode: 0644]
src/SwapDir.cc [new file with mode: 0644]
src/SwapDir.h [new file with mode: 0644]
src/authenticate.cc
src/cache_cf.cc
src/client_side_reply.cc
src/fs/aufs/async_io.cc
src/fs/aufs/store_asyncufs.h
src/fs/aufs/store_dir_aufs.cc
src/fs/aufs/store_io_aufs.cc
src/fs/coss/store_coss.h
src/fs/coss/store_dir_coss.cc
src/fs/coss/store_io_coss.cc
src/fs/diskd/diskd.cc
src/fs/diskd/store_dir_diskd.cc
src/fs/diskd/store_diskd.h
src/fs/diskd/store_io_diskd.cc
src/fs/null/store_null.cc
src/fs/ufs/store_dir_ufs.cc
src/fs/ufs/store_io_ufs.cc
src/fs/ufs/store_ufs.h
src/protos.h
src/squid.h
src/stat.cc
src/store.cc
src/store_client.cc
src/store_dir.cc
src/store_io.cc
src/store_rebuild.cc
src/store_swapin.cc
src/store_swapout.cc
src/structs.h
src/typedefs.h
src/ufscommon.cc
src/ufscommon.h
test-suite/Makefile.am