haproxy/include
Willy Tarreau 387bd4f69f CLEANUP: global: introduce variable pid_bit to avoid shifts with relative_pid
At a number of places, bitmasks are used for process affinity and to map
listeners to processes. Every time 1UL<<(relative_pid-1) is used. Let's
create a "pid_bit" variable corresponding to this value to clean this up.
2017-11-10 19:08:14 +01:00
..
common MINOR: tools: don't use unlikely() in hex2i() 2017-11-10 11:19:54 +01:00
import MINOR: threads: Add atomic-ops and plock includes in import dir 2017-10-31 11:36:13 +01:00
proto BUG/MEDIUM: h1: ensure the chunk size parser can deal with full buffers 2017-11-10 11:17:08 +01:00
types CLEANUP: global: introduce variable pid_bit to avoid shifts with relative_pid 2017-11-10 19:08:14 +01:00