]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: include: move session.h to haproxy/session{,-t}.h
authorWilly Tarreau <w@1wt.eu>
Thu, 4 Jun 2020 16:58:52 +0000 (18:58 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 11 Jun 2020 08:18:58 +0000 (10:18 +0200)
commit48d25b3bc912f20b295841980f2992213fecc335
tree2e34116fd81cbdb2ff73fa2efa43d9a62d51fc4c
parent872f2ea209adfbd3b90f2987398619bc551ab4b4
REORG: include: move session.h to haproxy/session{,-t}.h

Almost no change was needed beyond a little bit of reordering of the
types file and adjustments to use session-t instead of session at a
few places.
20 files changed:
include/haproxy/connection.h
include/haproxy/session-t.h [moved from include/types/session.h with 86% similarity]
include/haproxy/session.h [moved from include/proto/session.h with 93% similarity]
include/haproxy/tcp_rules.h
include/haproxy/vars.h
include/types/stream.h
src/backend.c
src/cfgparse.c
src/cli.c
src/fcgi-app.c
src/flt_spoe.c
src/haproxy.c
src/hlua.c
src/mux_fcgi.c
src/mux_h1.c
src/mux_h2.c
src/peers.c
src/session.c
src/stats.c
src/stream.c