]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: use struct comp_ctx instead of union
authorWilliam Lallemand <wlallemand@exceliance.fr>
Tue, 30 Oct 2012 14:52:53 +0000 (15:52 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 5 Nov 2012 09:23:16 +0000 (10:23 +0100)
commit1c2d622d82ca50046b40ab80d289a7183c03761f
treeed84c30c36b2efd28b43f0ffb52b040699d52f39
parente715304e83a219a5c9284943618b396d352be88a
CLEANUP: use struct comp_ctx instead of union

Replace union comp_ctx by struct comp_ctx.

Use struct comp_ctx * in the init/add_data/flush/reset/end prototypes of
compression.h functions.
include/proto/compression.h
include/types/compression.h
include/types/session.h
src/compression.c
src/proto_http.c
src/session.c