]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: move applet.h to haproxy/applet{,-t}.h
authorWilly Tarreau <w@1wt.eu>
Thu, 4 Jun 2020 17:42:41 +0000 (19:42 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 11 Jun 2020 08:18:58 +0000 (10:18 +0200)
commit3f0f82e7a9b0de66f6413fdc963095e1cc571e07
tree3514183c09fbdda3a3af7383778dd15e67d24c80
parent8c42b8a147fa2967a8dced8bb487a76de9d5ce89
REORG: move applet.h to haproxy/applet{,-t}.h

The type file was slightly tidied. The cli-specific APPCTX_CLI_ST1_* flag
definitions were moved to cli.h. The type file was adjusted to include
buf-t.h and not the huge buf.h. A few call places were fixed because they
did not need this include.
27 files changed:
contrib/prometheus-exporter/service-prometheus.c
include/haproxy/action-t.h
include/haproxy/applet-t.h [moved from include/types/applet.h with 96% similarity]
include/haproxy/applet.h [moved from include/proto/applet.h with 96% similarity]
include/haproxy/obj_type.h
include/proto/cli.h
include/proto/proxy.h
include/proto/server.h
include/proto/stats.h
include/proto/stream_interface.h
include/types/cli.h
src/applet.c
src/cli.c
src/dns.c
src/hlua.c
src/log.c
src/map.c
src/peers.c
src/pool.c
src/proxy.c
src/ring.c
src/server.c
src/ssl_sock.c
src/stats.c
src/stream.c
src/stream_interface.c
src/tools.c