commit | 82b37d74d2e29798633ac0896735a3fa2ae5df1c | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Jan 25 16:59:09 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Jan 29 16:03:15 2018 +0100 |
tree | 6aa03dd20a8695b59e5b30a6fe54801fc5ed6d16 | |
parent | d51a507dbd390e10b149442cd2f4fba93e455aa3 [diff] |
MEDIUM: fd: use atomic ops for hap_fd_{clr,set} and remove poll_lock Now that we can use atomic ops to set/clear an fd occurrence in an fd_set, we don't need the poll_lock anymore. Let's remove it.