commit | 21e9267ac3bd8642307b0f9791d3e46998141620 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Aug 30 10:30:04 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Sep 05 15:43:09 2017 +0200 |
tree | 56c3feec83ecd834ea42a28e66912772af85a0de | |
parent | 9fab7bedfb1cdbd9bf390bdcc0a1d043c0bcc0b0 [diff] |
MINOR: fd: Add fd_update_events function This function should be called by the poller to set FD_POLL_* flags on an FD and update its state if needed. This function has been added to ease threads support integration.