]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: activity: make taskprof use ptr_hash()
authorWilly Tarreau <w@1wt.eu>
Wed, 7 Sep 2022 09:27:25 +0000 (11:27 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 8 Sep 2022 12:19:15 +0000 (14:19 +0200)
commit4c1bc01f319faa2b2c2d96ceba4eb9a8f8505083
tree897fe833a731917ead490202fb0004b9b7cf6bdf
parent245d32fe8ff984ed2d5239216f558c1d6d5527f4
CLEANUP: activity: make taskprof use ptr_hash()

There's no more point using a different hash function here, xxh64 is
of course better distributed but we really don't care so let's unify
the code.
src/activity.c