]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: include: make list-t.h part of the base API
authorWilly Tarreau <w@1wt.eu>
Thu, 11 Jun 2020 07:14:49 +0000 (09:14 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 11 Jun 2020 08:18:59 +0000 (10:18 +0200)
commite5793916f00bf677382ef0ba3a4b163c20421937
treee9e3639066c6ede6a7afe8513f661da38afbaf31
parentb2551057af2e10584c39526dbea901213febf86c
REORG: include: make list-t.h part of the base API

There are list definitions everywhere in the code, let's drop the need
for including list-t.h to declare them. The rest of the list manipulation
is huge however and not needed everywhere so using the list walking macros
still requires to include list.h.
43 files changed:
include/haproxy/acl-t.h
include/haproxy/api-t.h
include/haproxy/arg-t.h
include/haproxy/auth-t.h
include/haproxy/cfgparse.h
include/haproxy/check-t.h
include/haproxy/check.h
include/haproxy/cli-t.h
include/haproxy/connection-t.h
include/haproxy/dns-t.h
include/haproxy/dynbuf-t.h
include/haproxy/dynbuf.h
include/haproxy/fcgi-app-t.h
include/haproxy/filters-t.h
include/haproxy/global-t.h
include/haproxy/hlua-t.h
include/haproxy/http_htx-t.h
include/haproxy/list.h
include/haproxy/listener-t.h
include/haproxy/log-t.h
include/haproxy/mailers-t.h
include/haproxy/pattern-t.h
include/haproxy/peers-t.h
include/haproxy/protocol-t.h
include/haproxy/proxy-t.h
include/haproxy/ring-t.h
include/haproxy/sample-t.h
include/haproxy/server-t.h
include/haproxy/session-t.h
include/haproxy/signal-t.h
include/haproxy/sink-t.h
include/haproxy/sink.h
include/haproxy/spoe-t.h
include/haproxy/ssl_ckch-t.h
include/haproxy/ssl_crtlist-t.h
include/haproxy/ssl_sock-t.h
include/haproxy/stream-t.h
include/haproxy/task-t.h
include/haproxy/tcpcheck-t.h
include/haproxy/tcpcheck.h
include/haproxy/trace-t.h
include/haproxy/uri_auth-t.h
include/haproxy/vars-t.h