]> git.ipfire.org Git - thirdparty/squid.git/commit - src/AsyncEngine.h
Add AsyncEngine and TimeEngine support to the EventLoop, allowing it to
authorrobertc <>
Sat, 12 Aug 2006 07:43:10 +0000 (07:43 +0000)
committerrobertc <>
Sat, 12 Aug 2006 07:43:10 +0000 (07:43 +0000)
commit8ff3fa2e10cb85fb2e2edefdc4f00c935a4ca92f
tree7a1d0dbe676950b5c657befb5dfb4bbb5c697496
parente2f6d7950b6e6d3c21dbcea327cfe35da695565c
Add AsyncEngine and TimeEngine support to the EventLoop, allowing it to
completely replace the old one embedded in main.cc - convert loop using
tests to use an event loop instance.
25 files changed:
src/AsyncEngine.cc [new file with mode: 0644]
src/AsyncEngine.h [new file with mode: 0644]
src/CompletionDispatcher.h
src/EventLoop.cc
src/EventLoop.h
src/Makefile.am
src/SquidTime.h
src/comm.cc
src/comm.h
src/comm_poll.cc
src/event.cc
src/event.h
src/main.cc
src/tests/testCoss.cc
src/tests/testEvent.cc
src/tests/testEventLoop.cc
src/tests/testEventLoop.h
src/tests/testHeader_AsyncEngine.cc [new file with mode: 0644]
src/tests/testHeader_SquidTime.cc [new file with mode: 0644]
src/tests/testNull.cc
src/tests/testStoreSupport.cc [new file with mode: 0644]
src/tests/testStoreSupport.h [new file with mode: 0644]
src/tests/testUfs.cc
src/time.cc
test-suite/test_tools.cc