]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: include: move fd.h to haproxy/fd{,-t}.h
authorWilly Tarreau <w@1wt.eu>
Wed, 3 Jun 2020 17:33:00 +0000 (19:33 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 11 Jun 2020 08:18:57 +0000 (10:18 +0200)
commit0f6ffd652ec60a99eea4323ee46e039ab31fed05
tree6beb5f0e92f83f5e77372d188741fa5968fa87b0
parentfc8f6a8517d3af50c536b84e4cb12cae5c460ec3
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.
34 files changed:
include/haproxy/defaults.h
include/haproxy/fd-t.h [moved from include/types/fd.h with 91% similarity]
include/haproxy/fd.h [moved from include/proto/fd.h with 94% similarity]
include/proto/connection.h
include/proto/stream.h
include/proto/task.h
src/checks.c
src/cli.c
src/connection.c
src/debug.c
src/dns.c
src/ev_epoll.c
src/ev_evports.c
src/ev_kqueue.c
src/ev_poll.c
src/ev_select.c
src/fd.c
src/frontend.c
src/haproxy.c
src/listener.c
src/log.c
src/mworker.c
src/peers.c
src/proto_sockpair.c
src/proto_tcp.c
src/proto_udp.c
src/proto_uxst.c
src/proxy.c
src/raw_sock.c
src/ssl_sock.c
src/stats.c
src/stream.c
src/task.c
src/thread.c