]> git.ipfire.org Git - thirdparty/squid.git/commit
Forward port of 2.x changes from Duane:
authorserassio <>
Sat, 7 Apr 2007 22:29:06 +0000 (22:29 +0000)
committerserassio <>
Sat, 7 Apr 2007 22:29:06 +0000 (22:29 +0000)
commita1ad81aa2786bd0ef25d84ec8a0a133315386fd3
tree184a1a3140d91dc26d7b56d304c719960b2880b6
parentc208fd0eafd3654a0b831f4802608a606a5afb62
Forward port of 2.x changes from Duane:

Set errno passed from diskd to squid.

The diskd helper passes errno in responses.  With this patch, errno
is now set in the main squid process after processing a diskd
response.

Initialize unused fields of diomsg in messages from diskd to squid.

Previously, the diskd helper did not initialize the unused fields
of diomsg.  This was annoying when looking at debugging output
and trying to match requests with responses.  This patch initializes
the unused fields.
src/DiskIO/DiskDaemon/DiskdIOStrategy.cc
src/DiskIO/DiskDaemon/diskd.cc