]> git.ipfire.org Git - thirdparty/squid.git/commit - src/CommRead.h
Cleanup: comm Close handlers
authorAmos Jeffries <squid3@treenet.co.nz>
Tue, 22 Nov 2011 12:00:59 +0000 (01:00 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 22 Nov 2011 12:00:59 +0000 (01:00 +1300)
commit575d05c4d5e35faf31463d3c0d030c1c4629d105
treed64f087779a20709629c68c73a8b0a5c6af407de
parentcfbd4a2417da91aac416a70fe2652abd2b89c267
Cleanup: comm Close handlers

Make handlers take the CommCloseCbParams instead of series of expanded
variables.

Opening access to the other CommCommonCbParams fields with Connection/FD
data. Hiding the deprecated FD parameter from most handlers. Which seem
not to have actually needed it in most cases outside Comm.
14 files changed:
src/CommCalls.cc
src/CommCalls.h
src/CommRead.h
src/comm.cc
src/comm.h
src/dns_internal.cc
src/forward.cc
src/gopher.cc
src/helper.cc
src/ident/Ident.cc
src/ssl/support.cc
src/ssl/support.h
src/tunnel.cc
src/whois.cc