]> git.ipfire.org Git - thirdparty/squid.git/commit - src/EventLoop.h
Bugfix the event loop idle detection - it was broken, and correct the store fs
authorrobertc <>
Sat, 19 Aug 2006 18:31:21 +0000 (18:31 +0000)
committerrobertc <>
Sat, 19 Aug 2006 18:31:21 +0000 (18:31 +0000)
commitbef81ea59974a69c5cbe2113ea07704024a918bb
treede0559f69cae41382683cf0b21961212ac6b9a80
parent29098562c8cde751ce8781f2e206a8372732f615
Bugfix the event loop idle detection - it was broken, and correct the store fs
tests to match(as the store is never idle due to cleanup events.
20 files changed:
src/EventLoop.cc
src/EventLoop.h
src/SwapDir.h
src/fs/coss/store_dir_coss.cc
src/fs/null/store_null.cc
src/fs/ufs/store_dir_ufs.cc
src/fs/ufs/ufscommon.cc
src/globals.h
src/icp_v2.cc
src/main.cc
src/store.cc
src/store_dir.cc
src/store_rebuild.cc
src/tests/testCoss.cc
src/tests/testEventLoop.cc
src/tests/testEventLoop.h
src/tests/testNull.cc
src/tests/testUfs.cc
src/tools.cc
src/wccp2.cc