commit | d67ff340a55f01a7dc887b453a31a82614c07a17 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Jun 15 07:58:09 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Jun 15 16:52:42 2021 +0200 |
tree | 937fe67beb2913250a56fa74660cf22976eba790 | |
parent | 9c6a80231f14bec411272a7b8ad4ae79b6364bae [diff] |
MEDIUM: init: remove the loop over processes during init There was a loop iterating over all nbproc values during init that couldn't be immediately removed because the loop's index was used to distinguish a child from a parent. That's now fixed by replacing the iterator with an in_parent flag. All bindings that were checking (1UL << proc) or cpu_map.proc[proc] were adjusted to always use zero for proc.