]> git.ipfire.org Git - thirdparty/squid.git/commit - src/comm/TcpAcceptor.cc
Add Master Transaction class
authorAmos Jeffries <squid3@treenet.co.nz>
Tue, 18 Jun 2013 23:26:17 +0000 (17:26 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 18 Jun 2013 23:26:17 +0000 (17:26 -0600)
commit94bfd31f0fabf4f7eee72bb8783e5a58e0e13ce6
treed4513c62656fc0755c0b0daf1b9149408dcd9d62
parenta122fdeb98cd8ec945765bf8d8f7a0253f745f6a
Add Master Transaction class

... to store and propigate the shared state used end-to-end through Squid
for logging or server-side component input. This excludes Job and Call
pointers, but does include any 'factual' data regarding the traansaction.
src/CommCalls.cc
src/CommCalls.h
src/Makefile.am
src/MasterXaction.cc [new file with mode: 0644]
src/MasterXaction.h [new file with mode: 0644]
src/client_side.cc
src/client_side.h
src/comm/TcpAcceptor.cc