]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[CLEANUP] stick_table: move pattern to key functions to stick_table.c
authorWilly Tarreau <w@1wt.eu>
Sun, 6 Jun 2010 11:22:23 +0000 (13:22 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 14 Jun 2010 13:10:24 +0000 (15:10 +0200)
commitf0b38bfc33288508e4205c20cde793eb77c98c7d
treee75b8392322a2c895082e332ce6772373794afb7
parent86257dc116b9aced9799396a87f5f6e46fc28d5d
[CLEANUP] stick_table: move pattern to key functions to stick_table.c

pattern.c depended on stick_table while in fact it should be the opposite.
So we move from pattern.c everything related to stick_tables and invert the
dependency. That way the code becomes more logical and intuitive.
include/common/standard.h
include/proto/pattern.h
include/proto/stick_table.h
src/cfgparse.c
src/pattern.c
src/session.c
src/standard.c
src/stick_table.c