]> git.ipfire.org Git - thirdparty/squid.git/commit
Cleanup: Shuffle Squid result codes (aka log tags) into class LogTags
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 13 Jul 2015 10:48:31 +0000 (03:48 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 13 Jul 2015 10:48:31 +0000 (03:48 -0700)
commit858c5afb99c9594aaf3169f905da635ef8d74f96
treebd584a5abd5d20716ecdfbbd650d6510105502c8
parent1c3407c63baffc160d1d187aea797043756e730f
parenta7dec7abb2236d4fce5f6ecd571b27ca804596e9
Cleanup: Shuffle Squid result codes (aka log tags) into class LogTags

This begins the migration of result codes from enumeration to a
set of flags whih can combine into much more flexible logging of
transation activity than hard-coded labels enumerating every
individual code path.

The existing ABORTED and TIMEDOUT state flags are also moved into
the new class as an example of how such flags would operate.