commit | 484454d906adc747f178e7c5e8c09c2834f6162c | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed May 05 16:18:45 2021 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri May 07 14:12:27 2021 +0200 |
tree | 6b420749cce16e7ddf28ba49ae8c6b6124bb439c | |
parent | ea860837183c4800c97d6e8e7fb417d8f1ab2ef0 [diff] |
MINOR: global: define tainted flag Add a global flag named 'tainted'. Its purpose is to report various status about experimental features used for the current process lifetime. By default it is initialized to 0. It can be set/retrieve by a couple of new functions mark_tainted()/get_tainted(). Once a flag is set, it cannot be resetted. Currently, no tainted status is implemented, it will be the subject of the following commits.