commit | d95f18fa39e6ece48a3fe6dc45c5030f4e0827db | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sat Jul 09 23:23:50 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Jul 15 20:16:30 2022 +0200 |
tree | 28ec7ebf14e860b3b90a01880030efdb46c63dca | |
parent | 9baff4ffd96824b7db779ea7ce369e7416c15cad [diff] |
MAJOR: pollers: rely on fd_reregister_all() at boot time The poller-specific thread init code now uses that new function to safely register boot events. This ensures that we don't register an event for another group and that we properly deal with parallel thread startup. It's only done for thread-aware pollers, there's no point in using that in poll/select though that should work as well.