]> git.ipfire.org Git - thirdparty/squid.git/commit
Improve const correctness for hash_link (#300)
authorAmos Jeffries <yadij@users.noreply.github.com>
Tue, 9 Oct 2018 11:36:14 +0000 (11:36 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Wed, 10 Oct 2018 06:37:44 +0000 (06:37 +0000)
commitc85e510f1072e3ce3f4fd920445462cf89d6a171
tree3412798c6d8d1a7d6679093d6e2ed518ac125a45
parent7dba4ac446341548a0b101489785f2cef9a33caa
Improve const correctness for hash_link (#300)

hash_link does not need to be modified to fetch its key
value. This allows display and fetch of hash keys for
objects which are const.
include/hash.h
lib/hash.cc