]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: include: move listener.h to haproxy/listener{,-t}.h
authorWilly Tarreau <w@1wt.eu>
Thu, 4 Jun 2020 12:58:24 +0000 (14:58 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 11 Jun 2020 08:18:58 +0000 (10:18 +0200)
commit213e99073bc08d47cc3274165fd9e5a88de57322
treeb38197d1056bec88b8a262de73aa4d1483e064b8
parent546ba42c7339d0d672c3a0a92d505693520785b4
REORG: include: move listener.h to haproxy/listener{,-t}.h

stdlib and list were missing from listener.h, otherwise it was OK.
29 files changed:
contrib/prometheus-exporter/service-prometheus.c
include/haproxy/listener-t.h [moved from include/types/listener.h with 99% similarity]
include/haproxy/listener.h [moved from include/proto/listener.h with 97% similarity]
include/haproxy/obj_type.h
include/proto/connection.h
include/proto/proxy.h
include/proto/ssl_sock.h
include/types/connection.h
include/types/global.h
include/types/proxy.h
include/types/server.h
include/types/ssl_sock.h
src/cfgparse-listen.c
src/cfgparse-ssl.c
src/cfgparse.c
src/cli.c
src/haproxy.c
src/listener.c
src/mworker.c
src/peers.c
src/proto_sockpair.c
src/proto_tcp.c
src/proto_uxst.c
src/proxy.c
src/session.c
src/ssl_sock.c
src/stats.c
src/stream.c
src/tools.c