]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: listener: remove old thread bit mapping
authorWilly Tarreau <w@1wt.eu>
Tue, 5 Mar 2019 18:25:26 +0000 (19:25 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 7 Mar 2019 12:59:04 +0000 (13:59 +0100)
commit9f1d4e7f7fbd249aed553d8c3b82e1fb35b14746
tree614f6f97b5076793252c0fac93483fed33e79ba8
parent0fe703bd508764d4d7fb7d3043fb3103041df03e
CLEANUP: listener: remove old thread bit mapping

Now that the P2C algorithm for the accept queue is removed, we don't
need to map a number to a thread bit anymore, so let's remove all
these fields which are taking quite some space for no reason.
include/types/listener.h
src/cfgparse.c
src/listener.c