commit | 25002d206bcf61a766b0cd75f2d9b34a1c77ede4 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sat Jan 25 10:32:56 2014 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sun Jan 26 00:42:32 2014 +0100 |
tree | 40337d717c95381a9460e9d01d22e9f697458eef | |
parent | e85254559457d11809c9f6ccaf9e5ca38a84e74e [diff] |
MINOR: polling: create function fd_compute_new_polled_status() This function is used to compute the new polling state based on the previous state. All pollers have to do this in their update loop, so better centralize the logic for it.