MINOR: rules: add a file name and line number to act_rules
authorWilly Tarreau <w@1wt.eu>
Mon, 11 Oct 2021 07:13:07 +0000 (09:13 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 12 Oct 2021 05:38:30 +0000 (07:38 +0200)
commitc9e48685101f9d4db03a43a976154ffa2c2df666
treea0de768f2c490c7b74e7da7d7e1b424540fd6356
parentd535f807bb424dfd6bdde6abf8d653b484e34afa
MINOR: rules: add a file name and line number to act_rules

These ones are passed on rule creation for the sole purpose of being
reported in "show sess", which is not done yet. For now the entries
are allocated upon rule creation and freed in free_act_rules().
include/haproxy/action-t.h
src/action.c
src/vars.c