commit | 46dc1ca76114bff925460aee9439fc7dbef1185f | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri May 01 18:32:13 2015 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri May 01 20:16:31 2015 +0200 |
tree | 0ad20e89b803afb982b146cc258aa6c842a437d3 | |
parent | aa729784e1c0a6a9ac003210d01c605962110522 [diff] |
MEDIUM: peers: unregister peers that were never started The peers initialization sequence is a bit complex, they're attached to stick-tables and initialized very early in the boot process. When we fork, if some must not start, it's too late to find them. Instead, simply add a guard in their respective tasks to stop them once they want to start.