MINOR: activity: show the line header inside the SHOW_VAL macro
authorWilly Tarreau <w@1wt.eu>
Wed, 3 May 2023 12:51:05 +0000 (14:51 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 3 May 2023 15:24:54 +0000 (17:24 +0200)
commita465b215167de95ecce32db7ad59b23ce93662c2
tree185ea1ae741d135aee7791b990b4960162f1aef9
parent5ddf9bea09cf18510df2ce2ac3bfb43fb5b3fb8f
MINOR: activity: show the line header inside the SHOW_VAL macro

Doing so will allow us to drop the extra chunk_appendf() dedicated to
the line header and simplify iteration over restartable columns.
src/activity.c