]> git.ipfire.org Git - thirdparty/squid.git/commit - src/tests/stub_comm.cc
SourceLayout: shuffle comm IO loops into libcomm and Comm namespace
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 10 Jan 2011 09:43:43 +0000 (02:43 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 10 Jan 2011 09:43:43 +0000 (02:43 -0700)
commitd841c88d565a798760c80eeb715e084bfc5ffb53
tree95a9511047da17cdab36da9c834cf1507221f26b
parent928a011589ac3c41c72810f55e4aada1e56a2e07
SourceLayout: shuffle comm IO loops into libcomm and Comm namespace
31 files changed:
src/DiskIO/DiskDaemon/DiskdIOStrategy.cc
src/Makefile.am
src/client_side.cc
src/comm.cc
src/comm.h
src/comm/IoCallback.cc
src/comm/ListenStateData.cc
src/comm/Loops.h [new file with mode: 0644]
src/comm/Makefile.am
src/comm/ModDevPoll.cc [moved from src/comm_devpoll.cc with 96% similarity]
src/comm/ModEpoll.cc [moved from src/comm_epoll.cc with 86% similarity]
src/comm/ModKqueue.cc [moved from src/comm_kqueue.cc with 97% similarity]
src/comm/ModPoll.cc [moved from src/comm_poll.cc with 98% similarity]
src/comm/ModSelect.cc [moved from src/comm_select.cc with 97% similarity]
src/comm/ModSelectWin32.cc [moved from src/comm_select_win32.cc with 98% similarity]
src/comm_epoll.h [deleted file]
src/comm_kqueue.h [deleted file]
src/comm_select.h [deleted file]
src/disk.cc
src/dns_internal.cc
src/fd.cc
src/forward.cc
src/htcp.cc
src/icmp/IcmpSquid.cc
src/icp_v2.cc
src/log/ModDaemon.cc
src/main.cc
src/snmp_core.cc
src/tests/stub_comm.cc
src/wccp.cc
src/wccp2.cc