]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: opentracing: added FLT_OT_PARSE_INVALID_enum enum
authorMiroslav Zagorac <mzagorac@haproxy.com>
Mon, 7 Mar 2022 12:14:16 +0000 (13:14 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 8 Apr 2022 14:31:33 +0000 (16:31 +0200)
commit854384f400b7e2faf2b4805e05815ff77c8069c8
tree36235786fe62c70e68b1d7bf05e423623ae2ceeb
parentca09e01a137ebb557fbda3edb79dd22922753667
CLEANUP: opentracing: added FLT_OT_PARSE_INVALID_enum enum

It's always good to replace "hard-coded" values with something that looks
less "hard-coded" (even though that doesn't change anything in the code).
This is done here using FLT_OT_PARSE_INVALID_enum enum.

This patch must be backported as far as 2.4.
addons/ot/include/parser.h
addons/ot/src/parser.c