]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: threads: make use of thread_mask() to simplify some thread calculations
authorWilly Tarreau <w@1wt.eu>
Sat, 2 Feb 2019 17:00:17 +0000 (18:00 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 4 Feb 2019 04:09:16 +0000 (05:09 +0100)
commit3d95717b58be0902078e0693e383bc32ea3a715a
tree9f36062b1e39d0394fc28dc5d88b3bf0b0fff72c
parent6daac19b3f255db02bc745becb15667a294596c0
MINOR: threads: make use of thread_mask() to simplify some thread calculations

By doing so it's visible that some fd_insert() calls were relying on
MAX_THREADS while all_threads_mask should have been more suitable.
src/cfgparse.c
src/proto_sockpair.c
src/proto_tcp.c
src/proto_uxst.c