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
..
2017-10-31 13:58:33 +01:00
2009-01-25 13:49:53 +01:00
2017-10-31 03:49:40 +01:00
2017-03-14 11:14:03 +01:00