commit | 4d841863377e0a1b00238c4823fe1ae390ad33ab | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Jan 17 22:57:54 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Feb 05 16:02:22 2018 +0100 |
tree | 43077e3303da2b23ae40f3adb12b45b3140b819a | |
parent | 1b76a6d1a66374266729b4c15b1f19b7063fd7b9 [diff] |
MEDIUM: fd: make updt_fd_polling() use atomics It only needed a test-and-set and an atomic increment so we can take it out of the fd lock now.