]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: include: move cfgparse.h to haproxy/cfgparse.h
authorWilly Tarreau <w@1wt.eu>
Thu, 4 Jun 2020 22:00:29 +0000 (00:00 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 11 Jun 2020 08:18:58 +0000 (10:18 +0200)
commit6be7849f39b33d71e12d334cb2c7b3de4830a27f
tree3bb6e6aa0e4574c8df2fc818bb0c3decce51f164
parentdfd3de882610a9fed48d533d5b5e30ecc1386d0f
REORG: include: move cfgparse.h to haproxy/cfgparse.h

There's no point splitting the file in two since only cfgparse uses the
types defined there. A few call places were updated and cleaned up. All
of them were in C files which register keywords.

There is nothing left in common/ now so this directory must not be used
anymore.
42 files changed:
contrib/prometheus-exporter/service-prometheus.c
include/haproxy/cfgparse.h [moved from include/common/cfgparse.h with 97% similarity]
src/51d.c
src/activity.c
src/cache.c
src/cfgparse-global.c
src/cfgparse-listen.c
src/cfgparse-ssl.c
src/cfgparse.c
src/check.c
src/cli.c
src/compression.c
src/connection.c
src/da.c
src/dns.c
src/fcgi-app.c
src/filters.c
src/flt_http_comp.c
src/flt_spoe.c
src/h1_htx.c
src/haproxy.c
src/hlua.c
src/http_act.c
src/http_htx.c
src/http_rules.c
src/listener.c
src/mux_fcgi.c
src/mux_h1.c
src/mux_h2.c
src/mworker-prog.c
src/mworker.c
src/pool.c
src/proxy.c
src/server.c
src/sink.c
src/stats.c
src/stick_table.c
src/stream.c
src/tcp_rules.c
src/thread.c
src/vars.c
src/wurfl.c