MINOR: sample: add a new SMP_SRC_CONST sample capability
authorWilly Tarreau <w@1wt.eu>
Fri, 26 Mar 2021 10:56:11 +0000 (11:56 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 26 Mar 2021 15:23:45 +0000 (16:23 +0100)
commitbe2159b946a1b16f3ebff8f612947d066fb937e1
treebee65cdfc9db68f792a773c897ffdc7bedf89908
parent77e6a4ef0f607ea7d1a4f10e471d685133154fd7
MINOR: sample: add a new SMP_SRC_CONST sample capability

This level indicates that everything it constant in the expression during
the whole process' life and that it may safely be used at config parsing
time.
include/haproxy/sample-t.h
src/sample.c