commit | 0f6ffd652ec60a99eea4323ee46e039ab31fed05 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Jun 03 19:33:00 2020 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Jun 11 10:18:57 2020 +0200 |
tree | 6beb5f0e92f83f5e77372d188741fa5968fa87b0 | |
parent | fc8f6a8517d3af50c536b84e4cb12cae5c460ec3 [diff] |
REORG: include: move fd.h to haproxy/fd{,-t}.h A few includes were missing in each file. A definition of struct polled_mask was moved to fd-t.h. The MAX_POLLERS macro was moved to defaults.h Stdio used to be silently inherited from whatever path but it's needed for list_pollers() which takes a FILE* and which can thus not be forward-declared.