]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: patterns: preliminary changes for reorganization
authorMaxime Henrion <mhenrion@haproxy.com>
Thu, 18 Dec 2025 04:31:29 +0000 (23:31 -0500)
committerWilly Tarreau <w@1wt.eu>
Tue, 23 Dec 2025 20:17:39 +0000 (21:17 +0100)
commit5547bedebb3136287b71309dae8761b4d0be3a79
tree8ed0ef88dfbf44e7422976d3176fe390dbd516ba
parenta4a17eb36698c927de1c3171236fcc5a6997721a
MINOR: patterns: preliminary changes for reorganization

Safe and non-functional changes that only add currently unused
structures, field, functions and macros, in preparation of larger
changes that alter the way pattern reference elements are stored.

This includes code to create and lookup generation objects, and
macros to iterate over the generations of a pattern reference.
include/haproxy/hlua-t.h
include/haproxy/pattern-t.h
include/haproxy/pattern.h
src/map.c
src/pattern.c